Created
November 15, 2019 12:59
-
-
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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