![]() |
2011-01-07
, 22:31
|
Posts: 100 |
Thanked: 18 times |
Joined on Jan 2010
@ Bristol, UK
|
#12
|
![]() |
2011-01-07
, 22:37
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#13
|
ifconfig wlan0 down iwconfig wlan0 mode monitor ifconfig wlan0 up
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
![]() |
2011-01-07
, 22:41
|
Posts: 100 |
Thanked: 18 times |
Joined on Jan 2010
@ Bristol, UK
|
#14
|
Did you run load.sh first, to make sure you're on the right driver? Also, airmon-ng doesn't properly work with the version of aircrack-ng in the repos, because it conflicts with installing iw, and iw is apparently necessary for airmon-ng working right. In otherwords, I don't know all the technical details.
Do this to put your card into monitor mode if airmon-ng doesn't work:
Notice that the first and third command are iFconfig, the second one is iWconfig. If you use ifconfig instead of iwconfig it'll just give you an error. I never used iwconfig instead of ifconfig, so I'm not sure what it does. Also, I'm pretty sure you need to be root to do it.Code:ifconfig wlan0 down iwconfig wlan0 mode monitor ifconfig wlan0 up
![]() |
2011-01-07
, 22:41
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#15
|
The Following User Says Thank You to jd4200 For This Useful Post: | ||
![]() |
2011-01-07
, 22:52
|
Posts: 100 |
Thanked: 18 times |
Joined on Jan 2010
@ Bristol, UK
|
#16
|
![]() |
2011-01-07
, 23:07
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#17
|
ok i just tried that but now i get " fixed channel wlan: 2"
lol any guess now?
![]() |
2011-01-07
, 23:19
|
Posts: 100 |
Thanked: 18 times |
Joined on Jan 2010
@ Bristol, UK
|
#18
|
![]() |
2011-01-07
, 23:25
|
Posts: 1,463 |
Thanked: 1,916 times |
Joined on Feb 2008
@ Edmonton, AB
|
#19
|
The Following User Says Thank You to Creamy Goodness For This Useful Post: | ||
![]() |
2011-01-07
, 23:29
|
Posts: 143 |
Thanked: 29 times |
Joined on Jul 2010
@ France, St Martin
|
#20
|
![]() |
Tags |
aircrack, aircrack-ng, tutorial |
Thread Tools | |
|
1. Make sure you are fairly close to the access point.
2. Type: airodump-ng -c "X" wlan0 (where X is the channel number)
3. Connect another wireless device to the access point (this is the only way you can capture a handshake).