Skip to content

v2.1.6: Support non-ASCII ESSIDs.

Compare
Choose a tag to compare
@derv82 derv82 released this 10 Jun 02:33
· 63 commits to master since this release

2.1.6:

  • Support non-ASCII ESSIDs (e.g. Unicode/UTF8).

2.1.5:

  • Leave devices in Monitor Mode at exit (informs user).
  • --keep-ivs option to retain IVS files between attacks (#27)

2.1.4:

  • Fix bug in macchanger
  • More-stable parsing of airmon-ng output

2.1.3:

  • Do not restart NetworkManager when finished (informs user)
  • Changes to CLI switches:
    • --wps-time X: Total time for WPS attack to complete
    • --wps-timeouts X: Max number of timeouts before failing
    • --wps-fails X: Max number of WPSFails before failing
    • Removed unused WPS switches.
    • Improved --help messaging for WPS switches.
    • Fail/Timeout threshold default is 100
  • Bully now outputs useful information:
    • Current PIN + status
    • Time remaining
    • Number of Timeout messages
    • Number of "WPSFail" messages
    • If AP is locked
  • Better reaver output.
    • Looks more like Bully's output.
    • Timer shows time remaining for attack.
    • Mentions "Running pixiewps" during "M2 message" step.
    • pixiewps failure looks like this: "Reaver says: 'WPS pin not found'"
    • Counts Timeouts and "WPS Transaction Failure" (WPSFail)

2.1.2:

  • Quieter --help message, full help available with --help -v or -hv
  • Quiet decloak. Support ESSIDs with commas and trailing spaces
    • Decloaked ESSIDs will have a "*" next to their name. For #78
    • Fixed ESSID parsing caused by Airodump's CSV format.
    • Also fixed hidden ESSID detection introduced by the new CSV parsing logic.

2.1.1:

  • Option to ignore APs without clients (--clients-only or -co)