Ethical Hacking - NETWORK PENETRATION TESTING(22)

MITM - Wireshark

WIreshark is a network protocol analyser that is designed to help network administartors to keep track of what is happening in their network and analyse all the packtes.

Wireshark works by logging each packet that flows through the device.

Usage:

python2 mitmf.py --arp --spoof -i wlan0 --gateway 10.0.0.1 --target 10.0.0.22

wireshark

 

 

 

The wireshark can analysis the packages from target machine.

 

posted @ 2019-12-15 15:11  晨风_Eric  阅读(128)  评论(0编辑  收藏  举报