Theseus is a python2 script for Control A Victims Web Sessions.
Dependencies:
+ Python 2.7.x
+ All Linux Operating System Support
TODO:
– Configure kernel and iptables for the attack:
echo 1 > /proc/sys/net/ipv4/ip_forward;\
iptables –flush;\
iptables –flush -t nat;\
iptables -t nat -A PREROUTING -p tcp –destination-port 80 -j REDIRECT –to-port 9000;\
iptables -t nat -A PREROUTING -p tcp –destination-port 443 -j REDIRECT –to-port 4444;
Usage:
git clone https://github.com/Dylan-halls/Theseus && cd Theseus cd src python Theseus.py -h
Source: https://github.com/Dylan-halls