This is a maintained fork of Torshammer
If you want to use this with tor "browser" not "tor"
in torshammer.py change port 9050 to 9150.
- user-agent spoofing
- traffic anonymize via tor
- small traffic
- works well for .onion website
git clone https://github.com/lidarbtc/torshammer.git
cd torshammer
pip install pysocks
sudo apt install tor
Use command line : python3 torshammer.py <target>
└──────────> python3 torshammer.py example.com
- It's does not work on https(443) site; only http(80).
- If server configuration is well and latest updated, it will not work.
- This is a very old proof of concept, it will not work on modern websites.