Advertisement
TVT618

Reaver help menu

Mar 22nd, 2018
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. root@GithackTools618:~# reaver -h
  2.  
  3. Reaver v1.6.4 WiFi Protected Setup Attack Tool
  4. Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>
  5.  
  6. Required Arguments:
  7. -i, --interface=<wlan> Name of the monitor-mode interface to use
  8. -b, --bssid=<mac> BSSID of the target AP
  9.  
  10. Optional Arguments:
  11. -m, --mac=<mac> MAC of the host system
  12. -e, --essid=<ssid> ESSID of the target AP
  13. -c, --channel=<channel> Set the 802.11 channel for the interface (implies -f)
  14. -o, --out-file=<file> Send output to a log file [stdout]
  15. -s, --session=<file> Restore a previous session file
  16. -C, --exec=<command> Execute the supplied command upon successful pin recovery
  17. -D, --daemonize Daemonize reaver
  18. -f, --fixed Disable channel hopping
  19. -5, --5ghz Use 5GHz 802.11 channels
  20. -v, --verbose Display non-critical warnings (-vv or -vvv for more)
  21. -q, --quiet Only display critical messages
  22. -h, --help Show help
  23.  
  24. Advanced Options:
  25. -p, --pin=<wps pin> Use the specified pin (may be arbitrary string or 4/8 digit WPS pin)
  26. -d, --delay=<seconds> Set the delay between pin attempts [1]
  27. -l, --lock-delay=<seconds> Set the time to wait if the AP locks WPS pin attempts [60]
  28. -g, --max-attempts=<num> Quit after num pin attempts
  29. -x, --fail-wait=<seconds> Set the time to sleep after 10 unexpected failures [0]
  30. -r, --recurring-delay=<x:y> Sleep for y seconds every x pin attempts
  31. -t, --timeout=<seconds> Set the receive timeout period [10]
  32. -T, --m57-timeout=<seconds> Set the M5/M7 timeout period [0.40]
  33. -A, --no-associate Do not associate with the AP (association must be done by another application)
  34. -N, --no-nacks Do not send NACK messages when out of order packets are received
  35. -S, --dh-small Use small DH keys to improve crack speed
  36. -L, --ignore-locks Ignore locked state reported by the target AP
  37. -E, --eap-terminate Terminate each WPS session with an EAP FAIL packet
  38. -J, --timeout-is-nack Treat timeout as NACK (DIR-300/320)
  39. -w, --win7 Mimic a Windows 7 registrar [False]
  40. -K, --pixie-dust Run pixiedust attack
  41. -Z Run pixiedust attack
  42.  
  43. Example:
  44. reaver -i wlan0mon -b 00:90:4C:C1:AC:21 -vv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement