1
0
mirror of https://github.com/bettercap/bettercap.git synced 2025-03-12 04:36:03 -07:00

Updated Interactive Mode (markdown)

evilsocket 2018-08-17 14:31:10 +02:00
parent 2898613666
commit 5e561cfbff

@ -2,7 +2,7 @@ The basic command line arguments ( `bettercap -h` ) are:
| argument | description |
| ------------- | ------------- |
| `-autostart MODULES` | Comma separated list of modules to auto start. (default to `events.stream, net.recon, update.check`) |
| `-autostart MODULES` | Comma separated list of modules to auto start. (default to `events.stream, net.recon`) |
| `-caplet FILENAME` | Read commands from this file and execute them in the interactive session. |
| `-eval COMMANDS` | Run one or more commands separated by `;` in the interactive session, used to set variables via command line. |
| `-iface INTERFACE` | Network interface to bind to, if empty the default interface will be auto selected (accepts interface name, ip or mac address). |