2 matches found
MITMer
MITMer 该工具可以执行以下操作: 对特定主机或局域网内所有主机进行中间人攻击。 显示被攻击主机的HTTP和DNS活动。 丢弃针对某个网站的DNS查询,并将其重定向至你的电脑。 将该网站转换为虚假页面并在你的电脑上托管。 依赖项: python2 scapy python2-nfqueue 示例: 攻击所有主机并显示它们的HTTP流量,为 www.somewebsite.com 创建虚假页面: root@kitploit: sudo ./mitmer.py -http -dnames www.somewebsite.com 攻击 192.168.1.111 并显示其DNS流量,为...
5.9AI score
SaveExploits0
MITMer - Automated Man-In-The-Middle Attack Tool
MITMer is a man-in-the-middle and phishing attack tool that steals the victim’s credentials of some web services like Facebook. Dependencies: python2 scapy python2-nfqueue How to: Run it as root. sudo python2 mitmer.py Select a network interface. After scanning the network for available hosts,...
7.2AI score
SaveExploits0References1
20