首页 > Web开发 > 详细

Ethical Hacking - NETWORK PENETRATION TESTING(22)

时间:2019-12-15 15:41:57      阅读:82      评论:0      收藏:0      [点我收藏+]

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.

技术分享图片

 

Ethical Hacking - NETWORK PENETRATION TESTING(22)

原文:https://www.cnblogs.com/keepmoving1113/p/12044240.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!