Demo: Difference between revisions
From charlesreid1
(Created page with "=Wireless Networks= We will begin by gathering data about wireless networks around us. This can be done with a number of different programs. I'll use Aircrack's <code>airodu...") |
No edit summary |
||
| Line 7: | Line 7: | ||
Start by putting the wireless card in monitor mode: | Start by putting the wireless card in monitor mode: | ||
< | <pre> | ||
iwconfig # without wireless card pluged in | iwconfig # without wireless card pluged in | ||
iwconfig # with wireless card plugged in | iwconfig # with wireless card plugged in | ||
ifconfig wlan1 down | ifconfig wlan1 down | ||
ifconfig wlan1 up | ifconfig wlan1 up | ||
</ | </pre> | ||
Now begin monitoring, and dump information from the wireless card: | Now begin monitoring, and dump information from the wireless card: | ||
< | <pre> | ||
airmon-ng start wlan1 | airmon-ng start wlan1 | ||
airodump-ng wlan1 | airodump-ng wlan1 | ||
</ | </pre> | ||
Revision as of 02:44, 13 January 2016
Wireless Networks
We will begin by gathering data about wireless networks around us.
This can be done with a number of different programs. I'll use Aircrack's airodump-ng utility.
Start by putting the wireless card in monitor mode:
iwconfig # without wireless card pluged in iwconfig # with wireless card plugged in ifconfig wlan1 down ifconfig wlan1 up
Now begin monitoring, and dump information from the wireless card:
airmon-ng start wlan1 airodump-ng wlan1