Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-07-27 | 1.1 kB | |
Version 5.0 source code.tar.gz | 2017-07-27 | 29.3 MB | |
Version 5.0 source code.zip | 2017-07-27 | 29.4 MB | |
Wi-PWN_5.0_.bin | 2017-07-09 | 611.2 kB | |
xOptional_Wi-PWN.apk | 2017-07-09 | 2.0 MB | |
Totals: 5 Items | 61.3 MB | 0 |
What's new
- Error messages have been replaced with Material Design toasts
- Captive Portal is disabled by default (can be re-enabled by changing compiling option)
- Added
auto_generator
which automates the generation of arrays in thedata.h
file - Added
convert_all.sh
script which semi-automates the generation of arrays on Linux & Mac - BETA: Integrated spacehuhn's deauth_detector (not working yet) ~
http://192.168.4.1/detector.html
- Other minor UI adjustments
Bug fixes
- Replaced 'Saved!' message on attack page with spinner indicator
- Replaced
document.body.prepend
withdocument.body.inserAdjacentHTML
- The Wi-PWN logo on the Setup page now has the correct colors
ESP.reset()
replaced withESP.restart()
(performs a full reboot)- No reboot is required when switching dark mode on & off
- Fixed bug on setup page with the dark mode toggle
- Android app Bug Fixes:
- Updated app to support the new URLs from the previous release
- App now uses Chrome's webview instead of native webview (allows the popup dialogs to work)
- Updated documentation & replaced URLs
- Loads more minor tweaks