FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

francomano/man-in-the-middle-python: ARP Poisoning/Spoofing using Scapy Python Library · GitHub

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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)


Back | FazBrowse Home | New Git URL