Releases: wiire-a/pixiewps
Releases · wiire-a/pixiewps
Release 1.4.2
sha256sum pixiewps-1.4.2.tar.xz
c4dc0569e476ebdbd85992da2d1ff799db97ed0040da9dc44e13d08a97a9de1e pixiewps-1.4.2.tar.xz
sha512sum pixiewps-1.4.2.tar.xz
4ae5a0490a9502afd1351d33e6ccf8946e067ea01bdfaaf92efd87467a63a299d7a0ba524603ada014f876c1593091b1756629c4e801dfe33932ef811b8808a9 pixiewps-1.4.2.tar.xz
Added
- Huge performance optimizations (
--mode 1,3) @1yura.
Fixed
- Segmentation fault when
--authkeyis not supplied. - Issue with PRNG bruteforce (
--mode 2). - Incorrect N1 seed displayed (
--mode 2). - Incorrect seeds displayed when PRNG is not bruteforced (
--mode 3).
Changed
- Switched from mbedtls and libtommath to libtomcrypt and tomsfastmath @rofl0r.
- Moved Makefile to top directory.
- Added installation of man page on
make install.
Removed
- Android.mk
Release 1.4.1
sha256sum pixiewps-1.4.1.tar.xz
8b61b9d94e26c07ab08a01eacd200576375c08139f9d781b5fdbb587ddd33528 pixiewps-1.4.1.tar.xz
sha512sum pixiewps-1.4.1.tar.xz
e52088ab51b65f2903a9a884a2211c343d5900484bb0ca1da4c3f5f3f21c5cc20c21e580048fb136055bcb78d6ec819128e2fdacddf116c4fb6a31adc1a2efb7 pixiewps-1.4.1.tar.xz
Fixed
- Segmentation fault when trying to recover the PIN with
--m7-encand other options @rofl0r @binarymaster.
Release 1.4
sha256sum pixiewps-1.4.tar.xz
d97f3aa2539c57c53ba890b6cb87d7922cd12898799700a3429cfdb5c0d2a721 pixiewps-1.4.tar.xz
sha512sum pixiewps-1.4.tar.xz
fb7d1a627310de504df58e5b1d310a6b5485be42bcf9f8f78a1355141c9b09c19b6b5625362563af22fdfd9c9747a12557752157e0bcb299acc0181fc394cf7a pixiewps-1.4.tar.xz
Added
- Multi-threading support @rofl0r.
- Huge performance optimizations (
--mode 3). - Future and past timespan windows when seed is found to compensate sudden NTP updates (
--mode 3). - Optional WPA-PSK and E-S2 recovery from M7 and E-S1 from M5 (majority of
--mode 3, with--m7-encand--m5-enc). - Print of number of cores when
--versionis used. - Re-introduced possibility to compile with OpenSSL (
make OPENSSL=1) for better performance @rofl0r. - Message for contributing, see README for more details.
Fixed
- Fixed compilation with
-O0@rofl0r.
Changed
- Increased default timespan for
--mode 3to +-1 day. - Increased maximum limit for
--start/--endto0x7FFFFFFF(02/2038) @binarymaster. - Formatted output differently to fit terminal (removed
:as byte separator). - Print program version with
--versiononstdout(other info onstderr). - Makefile to a more conventional way @rofl0r.
Deprecated
- Option
-S,--dh-small. - Option
-l,--length.