Spams ip logging url from random locations with tor. This is my first github repo. Please forgive and report any mistakes made.
sudo apt-get install tor
sudo pacman -S tor
dnf install tor
tor --hash-password <your_password_here>
Copy the hashed password.
Edit file /etc/tor/torrc or /usr/local/etc/tor/torrc
ControlPort 9051
HashedControlPassword <your hashed password here>
CookieAuthentication 0
Change the following.
sudo systemctl restart tor
pip install stem
python3 iplogger_spammer.py