Skip to content
/ tolk Public

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

Notifications You must be signed in to change notification settings

MikeKamau/tolk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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.
This can be accomplished using the following commands.

#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 OF SCRIPT
=================
This script is for stress testing websites against DOS attacks using the tor network, and of course is to be used for educational porpuses only.

USAGE
===============
To run the script type:

python tolk.py url (where url is the url of the website you want to test e.g. python tolk.py http://www.examplesite.com)

CREDIT
===============
As this script is a mash up of the work of Barry Shteiman (http://www.sectorix.com) and Marian (http://www.sendung.de), all credit goes to them.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages