Just asking. Are you sure that you but it to listen rigth channel?(-c 6) I made same mistake when i was starting with that.
Hi forum!
First of all thanks for this awesome pentest tool backtrack!
I have a problem capturing wireless traffic with aircrack. I searched around for a solution but did not find anything. I am able to get into monitor mode and capture traffic. The problem is, I can only see some parts (5% or less) of the actually traffic being sent.
To demonstrate the problem, I setup :
- A wireless siemens router with an open wireless (no encryption).
- Laptop with a built in wifi running Windows XP.
- VMWare running Backtrack 4, connected to an ALFA Networks AWUS036H network adapter.
the commands I am using :
Works great, mon0 has been created. Now, lets try to capture the traffic :Code:airmon-ng start wlan0
I can see some of the traffic. lets try to be more specific and dump only router's traffic :Code:airodump-ng mon0
While i was capturing the traffic, I went back to XP and browsed the administration webpage of the router.Code:airodump-ng mon0 -c 6 -w output --bssid 00:1B:9E:1D:7E:B0
Even after refreshing the page several time, airodump did not see any data packet :
Also when i was at my friend's house, i tried to use Wireshark on his open wireless network (yup, I know its not secure), and I saw alot of beacons and SOME tcp packets, but certainly not all of the packets.
Any idea why my network card is capturing only small portion of the packets being sent?
Just asking. Are you sure that you but it to listen rigth channel?(-c 6) I made same mistake when i was starting with that.
how is that Airmon-ng?
I dont know if this helps, but first I doCode:airmon-ng stop wlan0
when browsing admin webpage did this happen over wifi or wire?
,, It's the flower of light in the field of darkness that's giving me the strength to carry on.,,
Eli says:,,No, it's, uh, Johnny Cash, Live at Folsom Prison,,
airmon-ng DOES NOT capture anything, it is there to put you card into monitor mode, and take it out of monitor mode. that is it
open source = open minds, human knowledge belongs to the world
over wifi of coursewhen browsing admin webpage did this happen over wifi or wire?
airmon-ng DOES NOT capture anything, it is there to put you card into monitor mode, and take it out of monitor mode. that is itCome on, guys! Its just terminology. read the content and see the actual problem.how is that Airmon-ng?
Yeah, its channel 6. you can actually see that on the screenshot as well.Are you sure that you but it to listen rigth channel?(-c 6)
tried that as well, still not capturing every packet.airmon-ng stop wlan0
Its so frustrating, because the laptop, the ALFA and the router are all on the same table, but still i see nothing.
I'm starting to think maybe its the driver? or hardware? Fortunately I am able to use the same ALFA network card for connecting wireless networks regularly and it works well - only on monitor mode it has problems capturing.
if you can't get the terminology right, then how can we be expected to get the answer right? "no dude, just format your hard drive, it totally makes it go faster" "...you mean defragment...right?" <-- case in point
try /etc/init.d/wicd stop then ifconfig wlan0 down ; airmon-ng start wlan0 ; ifconfig mon0 up ; ifconfig <-- to make sure wlan0 didn't come up with mon0, if it did put it down, and finally airodump-ng -c 6 -w cap mon0
open source = open minds, human knowledge belongs to the world