Skip to content

Latest commit

 

History

History
114 lines (88 loc) · 4.87 KB

changelog.md

File metadata and controls

114 lines (88 loc) · 4.87 KB

Version 2.0 Rev 103

WPA

  • One minor bug in strip_handshake function fixed

WPS

  • Rewrote part of Pixie-Dust function (*May have bugs)
  • wash 1.5.2 is now supported
  • Filter keywords "wps1" now means "targets with WPS enabled except locked", "wps2" means "targets with WPS enabled includes locked"

OTHERS

  • Column width tuned
  • WPS locked router is shown as "lock" instead of "yes" in "WPS" column when scanning state
  • "--save" switch saves the cap file too (For checking WPS compability).

Version 2.0 Rev 102

  • wifite now prompts for entering targets again if no targets is selected.
  • Minor message tweak

Version 2.0 Rev 101

  • Support to aircrack-ng 1.2-rc2 improved.

Version 2.0 Rev 100

  • One typo fixed

Version 2.0 Rev 99

WPS

  • Partially merged the commit from derv82/wifite/commit/30dcc8d99223f8e5faa2f9fa62ab8f392b2d4c67 for WPS pixie dust attack
  • WPS session is now saved by default (use '--wpsnosave' to override)
  • Check the existence of Pixiewps

OTHERS

  • MAC address anonymizing is enabled by default (use '--realmac' to override)

Version 2.0 Rev 98

WPA

  • Partially merged the commit from derv82/wifite/commit/edbdedd149254f58a99d2f53e5e9b8105c4c61bb (fix the bug in strip_handshake function)

Version 2.0 Rev 97

  • One minor bug fixed

Version 2.0 Rev 96

  • Support to aircrack-ng 1.2-rc2 improved.

Version 2.0 Rev 95

WEP

  • One bug fixed (Thanks Andrea from BackBox Linux)

Version 2.0 Rev 94

WEP

  • One typo fixed (Reported by Andrea from BackBox Linux)

Version 2.0 Rev 93

WEP

  • Behavior changes: Captured IVs during WEP attack will be saved to 'wep' folder under current directory by default, use "--wepnosave" to disable saving cap/ivs, "--wepsave" switch removed.
  • Automatically count previously saved IV file when attacking WEP network. (*not very accurate, maybe duplicated IV in captured file?)
  • More progress information (e.g. estimated finish time, additional IVs required) is shown when attacking WEP network.
  • New switch "--wepsaveiv" to capture only IV packets (smaller file size) when attacking WEP network.
  • Continue capturing if IVs are not enough to solve the key.

WPA

  • WPA cracking using pyrit and cowpatty added, option to use hash file (experimental) added.

Network Interface

  • Network functions clean up. Now more object-orientated.
  • Switch "--mon-iface" removed, now wifite will determine automatically if the interface is already in monitor mode. Please use "-i" instead.

Others

  • Fixed an error when analyzing .cap file.

Version 2.0 Rev 92

  • Codes clean up, slighly more modular
  • Update route improved
  • Change default folder for WPA handshake from 'hs' to 'wpa', old folder will be renamed automatically

Version 2.0 Rev 91

  • Fixed a bug which cause program exit if selecting targets using numbers
  • New switch "--wpssave" to save the progress of WPS PIN attack (useful if you are running live CD and don't want to backup the file manually)
  • Codes clean up

Version 2.0 Rev 90

  • Fixed four typos
  • Automatically find phpbb.txt as dictionary file instead of hard-coding the path

Version 2.0 Rev 89

  • Minor message tweak
  • I accidentally covert the last two releases to evil CRLF line ending, now move back to LF line ending.
  • Modified --timeout/--attack/--scan switch: now "bBSSID+" means AP contains BSSID with associated client, same meaning for "eSSID+".

Version 2.0 Rev 88

  • Tidy up message printing
  • Modified "--timeout" switch for better flexibility in scanning state (e.g. "--timeout bBSSID,n>30,600" means to timeout if target contains BSSID is found or total targets exceed 30, or after 10 minutes.)
  • Prompt to install missing programs.
  • Add "--debug" switch to print debug message.

Version 2.0 Rev 87

  • Save/load decloaked hidden network.
  • Save/load scanned network.
  • Decloaking hidden networks without waiting.
  • Add lots of filters (e.g. WPA+ for WPA network with clients, WPA1 for WPA network with one client, -p<20 to exclude network with power below 20dB etc).
  • Timeout when scanning networks.
  • List wireless AP in two columns
  • List number of clients for each wireless AP, instead of just the word "CLIENT(S)"
  • Max rows to show when scanning networks
  • Tidy up the help page (e.g. separate the interface setting into new INTERFACE section)
  • Default to skip network if WPA handshake file is found (can be override by --recapture)
  • Tidy up message printing (incomplete)
  • Fix a bug that show all APs has no client

Version 2.0

The biggest change from version 1 is support for "reaver", a Wifi-Protected Setup (WPS) attack tool. Reaver can compromise the PIN and PSK for many routers that have WPS enabled, usually within hours.

Other changes include a complete code re-write with bug fixes and added stability. Due to problems with the Python Tkinter suite, the GUI has been left out of this latest version.