mirror of
https://github.com/bettercap/bettercap
synced 2025-08-01 20:43:59 -07:00
typos
This commit is contained in:
parent
b8d8c459c8
commit
57a37ac104
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ func ParseOptions() (Options, error) {
|
||||||
Silent: flag.Bool("silent", false, "Suppress all logs which are not errors."),
|
Silent: flag.Bool("silent", false, "Suppress all logs which are not errors."),
|
||||||
NoColors: flag.Bool("no-colors", false, "Disable output color effects."),
|
NoColors: flag.Bool("no-colors", false, "Disable output color effects."),
|
||||||
NoHistory: flag.Bool("no-history", false, "Disable interactive session history file."),
|
NoHistory: flag.Bool("no-history", false, "Disable interactive session history file."),
|
||||||
EnvFile: flag.String("env-file", "", "Load environment variables from this file if found, set to empty to disable environment persistance."),
|
EnvFile: flag.String("env-file", "", "Load environment variables from this file if found, set to empty to disable environment persistence."),
|
||||||
Commands: flag.String("eval", "", "Run one or more commands separated by ; in the interactive session, used to set variables via command line."),
|
Commands: flag.String("eval", "", "Run one or more commands separated by ; in the interactive session, used to set variables via command line."),
|
||||||
CpuProfile: flag.String("cpu-profile", "", "Write cpu profile `file`."),
|
CpuProfile: flag.String("cpu-profile", "", "Write cpu profile `file`."),
|
||||||
MemProfile: flag.String("mem-profile", "", "Write memory profile to `file`."),
|
MemProfile: flag.String("mem-profile", "", "Write memory profile to `file`."),
|
||||||
|
|
|
@ -21,7 +21,7 @@ var (
|
||||||
0x02, 0x00, // 2 Pairwise Cipher Suites (next two lines)
|
0x02, 0x00, // 2 Pairwise Cipher Suites (next two lines)
|
||||||
0x00, 0x0f, 0xac, 0x04, // AES Cipher / CCMP
|
0x00, 0x0f, 0xac, 0x04, // AES Cipher / CCMP
|
||||||
0x00, 0x0f, 0xac, 0x02, // TKIP Cipher
|
0x00, 0x0f, 0xac, 0x02, // TKIP Cipher
|
||||||
0x01, 0x00, // 1 Authentication Key Managment Suite (line below)
|
0x01, 0x00, // 1 Authentication Key Management Suite (line below)
|
||||||
0x00, 0x0f, 0xac, 0x02, // Pre-Shared Key
|
0x00, 0x0f, 0xac, 0x02, // Pre-Shared Key
|
||||||
0x00, 0x00,
|
0x00, 0x00,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue