Releases: andrewjlamarche/PSKracker
Releases · andrewjlamarche/PSKracker
Release v0.3.1
$ shasum -a 512 pskracker-0.3.1.tar.xz
6e2be7622da7fd6cb478cd3b3a845183672ba471c23a28136b61b90b8182e5e8c24521c40969934e0f4f1b30ed8bbb03f1eaf635b0432fb9e08d7a958d0671cd pskracker-0.3.1.tar.xz
- add older Belkin algorithm
- update Netgear wordlists and fix typo
- add small FiOS wordlist
- add optimized NVG589 algorithm (mrfancypants)
- ISP/manufacturers can be selected with -t
- -f outputs all possible keys for selected target (useful for checking various algorithms when when the exact target model is unknown)
Release v0.2.1
$ shasum -a 512 pskracker-0.2.1.tar.xz
fe538e606d8dda9b9acdfeac30db25dfb4d955c570648638ccc8f92f67e8132ed1733f597c3552ebfa2875f3021995922db80ba0b96dd935a4674d27ce208039 pskracker-0.2.1.tar.xz
- restructure code
- follow more standard programming technique
- Arris NVG589 (AT&T), Arris NVG599 (AT&T), Cisco DPC3939 (Xfinity Home Security), Cisco DPC3941 (Xfinity Home Security), Arris TG1682G (Xfinity Home Security) support complete
- remove improperly named options (-m, --mac) and replaced with standard -b, --bssid
- remove -e, --encryption option and generate WPA keys be default
- add -W, --wps option to generate possible WPS pins
- add -V, --version to display current version number
- more error handling
- fix Makefile for macOS
- update included dictionaries
Release v0.2
This beta version supports some ATT networks and some Xfinity Home Security Networks. The code has been cleaned up and should compile without errors or warnings.