Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 410 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 410 Bytes

Man In The Middle

sudo pip3 install scapy
sudo python3 MITM.py
(we need sudo mode for the ip forward permission)

useful cmds to get information:
ip route show (check the default gateway)
ifconfig (check the intherfaces)
ping "broadcast" (check all the active hosts)
netstat -ano (check the connections)

mitm