Tags: senny970/wifite2
Tags
2.2.5: PMKID timeout changed to 30sec. --pmkid-timeout option to change. For derv82#134
2.2.4: Version bump for recent fixes (more ctrl+c options). Includes: * More options when interrupting mid-attack (continue/skip/exit) * Show error when --wps-only and --pmkid are both specified * Use `--force` when calling Bully to force-continue. * README (updated, new screenshots).
Python improvements, messaging improvements. Small code changed as proposed in derv82#128. This should close derv82#128. Slowly moving towards Camel-case in script output.
2.2.2: Version bump for --crack improvements. Fix wordlists. Finally clears up derv82#102.
2.2.1: Version bump for setup.py changes. Save wordlists to share/dict Should resolve derv82#102
2.1.9: --pmkid option, cleaned up --cracked, other bug fixes. PMKID: * `--pmkid` option only attacks WPA networks with PMKID capture + crack * Decreased PMKID capture time from 60 seconds to 15 seconds. * Ignores PMKID attack if `--wps-only` is set. WPS: * Ctrl+C while waiting for `bully` to fetch PSK = remembers PIN, PSK is unknown. Misc: * `--cracked` prints results on single lines (much easier to read) * Fixed typo when required dependencies are not found (closes derv82#127)
2.1.8: Check hashcat tools before trying PMKID attack. Should resolve derv82#124. Also, capturing PMKID will skip WPA handshake capture.
Don't overwrite john files in --crack output. For pull request derv82#117