The man-in-the-middle toolkit
- A
linuxcomputer withrootpermissions - Python3 with
scapyandnetfilterqueuepackages - The package
iptablesinstalled on your linux distribution
git clone https://github.com/n0nexist/Trafficante
cd Trafficante
pip3 install netfilterqueue scapy
sudo python3 main.py (target ip) (gateway ip) (attack type) my-payload.txt
| Title | Description |
|---|---|
| arbitrary javascript injection | Injects javascript code into the target's http traffic |
| dns spoofing | Spoofs dns requests |
| custom handlers | Applies custom scapy handlers to craft your own mitm attacks |
