mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
balls
This commit is contained in:
parent
3ada037887
commit
897d529e03
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -72,6 +72,26 @@ As an example, let's cross compile bettercap for ARM (requires `gcc-arm-linux-gn
|
|||
|
||||
**Done**
|
||||
|
||||
## Command Line Options
|
||||
|
||||
By issuing `bettercap-ng -h` the main command line options will be shown:
|
||||
|
||||
Usage of ./bettercap-ng:
|
||||
-caplet string
|
||||
Read commands from this file and execute them in the interactive session.
|
||||
-debug
|
||||
Print debug messages.
|
||||
-eval string
|
||||
Run a command, used to set variables via command line.
|
||||
-iface string
|
||||
Network interface to bind to.
|
||||
-no-history
|
||||
Disable history file.
|
||||
-silent
|
||||
Suppress all logs which are not errors.
|
||||
|
||||
If no `-caplet` option is specified, bettercap-ng will start in interactive mode.
|
||||
|
||||
## Interactive Mode
|
||||
|
||||
By default, bettercap-ng will start in interactive mode, allowing you to start and stop modules manually, change options and apply new firewall rules on the fly, to show the help menu type `help`, you can have module specific help by using `help module-name`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue