mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Update eapmd5pass.md
This commit is contained in:
parent
55acc8ea03
commit
3f6e557108
@ -10,6 +10,26 @@ This utility can be used to audit passwords used for EAP-MD5 networks from wirel
|
||||
Help Text
|
||||
-------
|
||||
```
|
||||
eapmd5pass - Dictionary attack against EAP-MD5
|
||||
|
||||
Usage: eapmd5pass [ -i <int> | -r <pcapfile> ] [ -w wordfile ] [options]
|
||||
|
||||
-i <iface> interface name
|
||||
-r <pcapfile> read from a named libpcap file
|
||||
-w <wordfile> use wordfile for possible passwords.
|
||||
-b <bssid> BSSID of target network (default: all)
|
||||
-U <username> Username of EAP-MD5 user.
|
||||
-C <chal> EAP-MD5 challenge value.
|
||||
-R <response> EAP-MD5 response value.
|
||||
-E <eapid> EAP-MD5 response EAP ID value.
|
||||
-v increase verbosity level (max 3)
|
||||
-V version information
|
||||
-h usage information
|
||||
|
||||
The "-r" and "[-U|-C|-R|-E]" options are not meant to be used together. Use -r
|
||||
when a packet capture is available. Specify the username, challenge and
|
||||
response when available through other means.
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user