Cheatography
https://cheatography.com
All the tricks and commands you need to know to start your new career as a wardriver.
Add user to a group
usermod -a -G kismet username |
Switch to monitor mode
sudo iw phy phy0 interface add mon0 type monitor |
Change radio channel
sudo iw dev mon0 set freq 2437 |
Capture traffic
sudo tcpdump -i mon0 -n -w wireless.cap |
|
|
Start/stop airmon
airmon-ng start wlan0 |
airmon-ng stop wlan0 |
Send deauthentication
aireplay-ng -0 1 -a mac_address_ap -c mac_address_client |
Kill conflicting processes
|
Created By
https://tme520.com
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by TME520