wooldog

Aircrack-ng Channel Conflict Fix

Dec 9th, 2011
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. #!/bin/sh
  2. # Channel-Conflict-11.sh
  3. #
  4. #
  5. # Created by Adrian on 7/12/11.
  6. # Created by Adrian Woolley, DishingTech. All rights reserved. http://dishingtech.blogspot.com/
  7.  
  8. # E.g. mon0 is on channel 4, But The AP uses channel 11, Solution =
  9.  
  10.     sudo airodump-ng wlan0 --channel 11
  11.     sleep 5
  12.  
Add Comment
Please, Sign In to add comment