Skip to content
/ tolk Public
forked from MikeKamau/tolk

Version of the HULK script that tunnels traffic through the tor network.

Notifications You must be signed in to change notification settings

Atavic/tolk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PREREQUISITES To use this script make sure you have tor installed and running, and that you also have the pysocks module intalled. Install tor, start it and check to make sure that its running

apt-get update
apt-get install tor
systemctl start tor.service
systemctl status tor.service
#Install the pysocks module
pip insall pysocks

PURPOSE This script is for stress testing websites against DOS attacks using the tor network, and is to be used for educational purposes only.

USAGE To run the script type:

python tolk.py url

(e.g. python tolk.py http://www.examplesite.com)

CREDITS GO TO http://www.sectorix.com and http://www.sendung.de

About

Version of the HULK script that tunnels traffic through the tor network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%