3 Compilation on Android
evilsocket edited this page 2019-02-21 15:08:22 +01:00

In order to compile bettercap on Android:

  1. From the play store or f-droid, install Termux.
  2. In Termux, type: pkg install golang git libpcap-dev libusb1.0-dev and say "y" to the dependencies.
  3. Type go get github.com/bettercap/bettercap and wait.
  4. Your build is in go/bin/bettercap.