README: update command line usage (--help)
This commit is contained in:
parent
2086c499e0
commit
144ca37f66
10
README.md
10
README.md
|
@ -68,7 +68,7 @@ or
|
|||
|
||||
# Reaver Usage
|
||||
|
||||
```Reaver v1.6.4 WiFi Protected Setup Attack Tool
|
||||
```
|
||||
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>
|
||||
|
||||
Required Arguments:
|
||||
|
@ -79,10 +79,8 @@ Optional Arguments:
|
|||
-m, --mac=<mac> MAC of the host system
|
||||
-e, --essid=<ssid> ESSID of the target AP
|
||||
-c, --channel=<channel> Set the 802.11 channel for the interface (implies -f)
|
||||
-o, --out-file=<file> Send output to a log file [stdout]
|
||||
-s, --session=<file> Restore a previous session file
|
||||
-C, --exec=<command> Execute the supplied command upon successful pin recovery
|
||||
-D, --daemonize Daemonize reaver
|
||||
-f, --fixed Disable channel hopping
|
||||
-5, --5ghz Use 5GHz 802.11 channels
|
||||
-v, --verbose Display non-critical warnings (-vv or -vvv for more)
|
||||
|
@ -104,6 +102,7 @@ Advanced Options:
|
|||
-L, --ignore-locks Ignore locked state reported by the target AP
|
||||
-E, --eap-terminate Terminate each WPS session with an EAP FAIL packet
|
||||
-J, --timeout-is-nack Treat timeout as NACK (DIR-300/320)
|
||||
-F, --ignore-fcs Ignore frame checksum errors
|
||||
-w, --win7 Mimic a Windows 7 registrar [False]
|
||||
-K, --pixie-dust Run pixiedust attack
|
||||
-Z Run pixiedust attack
|
||||
|
@ -124,7 +123,6 @@ See our wiki: [Introducing a new way to crack WPS: Option p with an Arbitrary St
|
|||
# Wash Usage
|
||||
|
||||
```
|
||||
Wash v1.6.3 WiFi Protected Setup Scan Tool
|
||||
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner
|
||||
|
||||
Required Arguments:
|
||||
|
@ -133,9 +131,9 @@ Required Arguments:
|
|||
|
||||
Optional Arguments:
|
||||
-c, --channel=<num> Channel to listen on [auto]
|
||||
-o, --out-file=<file> Write data to file
|
||||
-n, --probes=<num> Maximum number of probes to send to each AP in scan mode [15]
|
||||
-D, --daemonize Daemonize wash
|
||||
-F, --ignore-fcs Ignore frame checksum errors
|
||||
-2, --2ghz Use 2.4GHz 802.11 channels
|
||||
-5, --5ghz Use 5GHz 802.11 channels
|
||||
-s, --scan Use scan mode
|
||||
-u, --survey Use survey mode [default]
|
||||
|
|
Loading…
Reference in New Issue