Skip to content

Instantly share code, notes, and snippets.

@reuniware
Created November 15, 2019 12:59
Show Gist options
  • Select an option

  • Save reuniware/b79523fc7c5e1264f2c3e457423c55ef to your computer and use it in GitHub Desktop.

Select an option

Save reuniware/b79523fc7c5e1264f2c3e457423c55ef to your computer and use it in GitHub Desktop.
How to start bettercap web interface (and enable ip forwarding and start firefox).
echo "1" > /proc/sys/net/ipv4/ip_forward
sudo bettercap -caplet http-ui &
firefox http://127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment