Tuesday, April 2, 2013

Tor's Hammer

Tor's Hammer is a slow post dos testing tool written in Python. It can also be run through the Tor network to be anonymized.
If you are going to run it with Tor it assumes you are running Tor on 127.0.0.1:9050.
You can download Tor's Hammer from here.
Syntax : ./torshammer.py -t target [options]
Options:
-t : IP or Hostname
-r : numbers of thread (default = 256)
-p : web server port (default = 80)
-T : Enable anonymising through tor on 127.0.0.1:9050
Ex : ./torshammer.py -t www.site.com -p 80 -T -r 128
Host = www.site.com
port = 80
Enable anonymoys trought tor
Numbers of thread = 128

If you have a problem or you need some explanations just write under this post!

4 comments:

  1. i keep getting an invaild syntax error on line 84... any solutions?

    ReplyDelete
  2. serch google


    (tors hammer github.com ) here is torshammer

    ReplyDelete