Skip to content

somethingweird287/Tor_Iplogger_spammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Iplogger_spammer

Spams ip logging url from random locations with tor. This is my first github repo. Please forgive and report any mistakes made.

Setup

1. Install tor

Debian users

sudo apt-get install tor

Arch Users

sudo pacman -S tor

Fedora Users

dnf install tor

2.Generate the hashed Password

tor --hash-password <your_password_here>

Copy the hashed password.

Configure torrc

Edit file /etc/tor/torrc or /usr/local/etc/tor/torrc

ControlPort 9051
HashedControlPassword <your hashed password here>
CookieAuthentication 0

Change the following.

Restart tor

sudo systemctl restart tor

Install dependency

pip install stem

Run the file

Change the target_url to desired 'ip logger link' in iplogger_spammer.py.

python3 iplogger_spammer.py

About

spams ip logging url with tor

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages