Skip to content

n0nexist/Trafficante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Readme Stats

Trafficante

The man-in-the-middle toolkit

MIT license Libraries Issues


💻 Requirements

  • A linux computer with root permissions
  • Python3 with scapy and netfilterqueue packages
  • The package iptables installed on your linux distribution

🔽 Download & Usage

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

🔱 Available attacks

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