mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 13:02:12 -07:00
new: [IMPORTANT] net.recon is not in the autostarted list of modules anymore
This commit is contained in:
parent
da2681375f
commit
c99a5121fe
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ func ParseOptions() (Options, error) {
|
|||
o := Options{
|
||||
InterfaceName: flag.String("iface", "", "Network interface to bind to, if empty the default interface will be auto selected."),
|
||||
Gateway: flag.String("gateway-override", "", "Use the provided IP address instead of the default gateway. If not specified or invalid, the default gateway will be used."),
|
||||
AutoStart: flag.String("autostart", "events.stream, net.recon", "Comma separated list of modules to auto start."),
|
||||
AutoStart: flag.String("autostart", "events.stream", "Comma separated list of modules to auto start."),
|
||||
Caplet: flag.String("caplet", "", "Read commands from this file and execute them in the interactive session."),
|
||||
Debug: flag.Bool("debug", false, "Print debug messages."),
|
||||
PrintVersion: flag.Bool("version", false, "Print the version and exit."),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue