-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new wifi attack method and some QOL to the wifi menu #839
base: main
Are you sure you want to change the base?
Conversation
Check whether the received password is valid wireless password.
Added the ability to verify the wifi passwd submited by the client.
Some changes for wifi passwd verifier...
New Wi-Fi Attack Deauth+Clone+Verify
This reverts commit ef61ef7.
…ining to be scanned
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
@@ -404,7 +403,6 @@ jobs: | |||
runs-on: ubuntu-latest | |||
environment: github_release | |||
needs: [compile_sketch] | |||
if: github.ref_type == 'tag' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not good.. release binary is supposed to be deployed on a "tag" only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh, my bad i was using to make it easier to debug 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also the pull request should be only in 2a710dd, I've messed up, some of the features after it still WIP, but I'll keep updating, thanks for the work bro, really cool firmware (um salve de Minas Gerais!!)
(ps. feel free to cose the pr
Proposed Changes
Enhancements to WiFi Connection Menu:
src/core/wifi_common.cpp
: The WiFi connection menu now shows RSSI and prefixes secure networks with#
.New Features and Improvements to Evil Portal:
Types of Changes
#
prefix to secure networks and an(RSSI)
postfix.Verification
Testing
Linked Issues
User-Facing Change