View previous topic :: View next topic |
Author |
Message |
jeanluca Apprentice
Joined: 08 Jan 2005 Posts: 179
|
Posted: Sat Aug 07, 2010 9:27 pm Post subject: Does my wireless card support network monitoring |
|
|
Hi All
I'm trying to use aireplay. But it doesn't return anything useful (waiting for beacon, and nothing happens). I might be doing something wrong, but I'm more concerned right now about the fact that my card might not support this network monitoring
I can set the mode of my wifi card, which is an Ralink RT3090, to 'monitor'. But if you can do this, does this also mean the card supports network sniffing/monitoring ?
What can I do to find this out ?
thanks a lot
Luca |
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Sat Aug 07, 2010 9:32 pm Post subject: |
|
|
Yes, monitor mode means it can do network monitoring. You still need to have it on the right channel though. |
|
Back to top |
|
|
jeanluca Apprentice
Joined: 08 Jan 2005 Posts: 179
|
Posted: Sun Aug 08, 2010 5:36 am Post subject: |
|
|
it seems the firmware/driver needs to support injection, found this link: http://forum.aircrack-ng.org/index.php?topic=7029.0
Furthermore, if I change the mode to monitor
Code: | $> iwconfig ra0 mode monitor
|
I cannot change it back to Auto like
Code: | $> iwconfig ra0 mode Auto
|
Any suggestions ? |
|
Back to top |
|
|
bus_drivr n00b
Joined: 20 Feb 2003 Posts: 48 Location: Florida
|
Posted: Sun Aug 08, 2010 5:10 pm Post subject: |
|
|
recent changes in wireless have wireless-tools as a candidate for emerge --depclean
and emerge --unmerge
Try emerge iw wireless-regdb crda
these are listed at http://linuxwireless.org/en/users/Documentation
as is aircrack-ng
You can create an account and subscribe to feeds as well
Current Gentoo docs should be recommending what the kernel does.
wpa_supplicant, iw and pointing to wireless.kernel.org for getting users involved in making
wireless support better.
In other words wireless-tools is outdated. |
|
Back to top |
|
|
jordanwb l33t
Joined: 10 Jul 2008 Posts: 642 Location: Ottawa, Canada
|
Posted: Sun Aug 08, 2010 7:13 pm Post subject: |
|
|
I believe the command to put a wifi chip into monitor mode is "airmon-ng start wlan0". If possible buy an Atheros wireless chip. Atheros is God tier for wireless support under Linux. |
|
Back to top |
|
|
cwr Veteran
Joined: 17 Dec 2005 Posts: 1969
|
Posted: Mon Aug 09, 2010 8:14 am Post subject: |
|
|
It might be worth checking out Kismet; it seems to cover most cards.
Will |
|
Back to top |
|
|
|