Skip to content

Slowloris DDoS attack script via tor network

License

Notifications You must be signed in to change notification settings

lidarbtc/torshammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

Torshammer

     

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.

Language


Features

  • user-agent spoofing
  • traffic anonymize via tor
  • small traffic
  • works well for .onion website

Usage on Ubuntu & Debian (python3 support)

git clone https://github.com/lidarbtc/torshammer.git

cd torshammer

pip install pysocks

sudo apt install tor

Example

Use command line : python3 torshammer.py <target>
      └──────────> python3 torshammer.py example.com

Limits

  • 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.

Why?

'Cause it's slowloris tool.

I will develope get flood tool with Tor. - It should work for every website.

Contact Developer