bettercap简单使用笔记
安装
sudo gem install bettercap
简单使用
在所有设备的网页插入html:
sudo bettercap --proxy-module injecthtml --html-file a.html
监控所有设备流量:
sudo bettercap -X
监控指定设备流量:
sudo bettercap -X -T 192.168.1.1
保存流量到pcap包:
sudo bettercap --sniffer-output ~/capture.pcap
只抓指定流量:
sudo bettercap -X -P "FTP,HTTPAUTH,MAIL,NTLMSS, HTTPS"
本文介绍如何使用BetterCap进行网络监控及流量抓取。包括安装步骤、全局网页注入、监控网络流量的方法、保存流量数据到pcap文件等实用技巧。
107





