This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
flowchart [2008/05/09 23:37] netrolller3d Update the version number. |
flowchart [2012/04/02 14:33] wims changed aircrack-ng to airodump-ng in section 1 |
||
---|---|---|---|
Line 25: | Line 25: | ||
Running airodump-ng with no parameters will show you every AP in your area. You will want to use a few parameters to single out the AP you are trying to crack, so you only collect the information you need. | Running airodump-ng with no parameters will show you every AP in your area. You will want to use a few parameters to single out the AP you are trying to crack, so you only collect the information you need. | ||
- | aircrack-ng -c 6 --bssid 11:22:33:44:55:66 -w output | + | airodump-ng -c 6 --bssid 11:22:33:44:55:66 -w output |
^-c 6|Sets channel to 6, change the number to whatever channel your AP is on. Very important, so you are not chan hopping.| | ^-c 6|Sets channel to 6, change the number to whatever channel your AP is on. Very important, so you are not chan hopping.| | ||
Line 35: | Line 35: | ||
See the following URL's for compatibility information: | See the following URL's for compatibility information: | ||
- | ^Cards|http://aircrack-ng.org/doku.php?id=compatible_cards| | + | ^Cards|[[compatible_cards]]| |
- | ^Drivers|http://aircrack-ng.org/doku.php?id=compatibility_drivers| | + | ^Drivers|[[compatibility_drivers]]| |
- | ^Patching|http://aircrack-ng.org/doku.php?id=install_drivers| | + | ^Patching|[[install_drivers]]| |
=====Section 3: Associating to the AP===== | =====Section 3: Associating to the AP===== |