PDA

Bekijk de volledige versie : Scanning for WiFi activity.



gwl
24-02-2005, 02:14
Hi,

I'm using my WL500G in client mode to connect to a remote AP.
In order to scan for avaliable wireless AP's, I run this:
> wl scan; wl scanresults;
which works quite well.

However, I would like to go one step further and check for activity in the current channel. (not the data transfer! just the MAC of the users...)
i.e.: Who else is using the same channel?

is it possible?

thanks,
:rolleyes:

Oleg
24-02-2005, 08:14
Yes, use kismet.

gwl
08-03-2005, 17:15
Hi,

I've followed the instructions on the forum to get kismet running on the WL500.
Then I compiled the client part for cygwin, following this page: http://www.renderlab.net/projects/wardrive/wrt54g/kismetonwindows.html

It's working... :) but, when I run kismet on the router, I get:


[admin@g5 kismet]$ /tmp/kismet/bin/kismet_drone
Suid priv-dropping disabled. This may not be secure.
No specific sources given to be enabled, all will be enabled.
Enabling channel hopping.
Disabling channel splitting.
Source 0 (wrt54g): Enabling monitor mode for wrt54g source interface prism0 channel 6...
FATAL: Unknown interface prism0: No such device


if I run:


[admin@g5 kismet]$ wl monitor 1


and then:


[admin@g5 kismet]$ /tmp/kismet/bin/kismet_drone
Suid priv-dropping disabled. This may not be secure.
No specific sources given to be enabled, all will be enabled.
Enabling channel hopping.
Disabling channel splitting.
Source 0 (wrt54g): Enabling monitor mode for wrt54g source interface prism0 channel 6...
Source 0 (wrt54g): Opening wrt54g source interface prism0...
Kismet Drone 2004.04.devel_nikki_2004.05.23 (Kismet)
Listening on port 3501 (protocol 8).
Allowing connections from 192.168.0.0/255.255.0.0
prism0: Invalid argument
prism0: Invalid argument
prism0: Invalid argument
prism0: Invalid argument
prism0: Invalid argument
prism0: Invalid argument <- ALWAYS REPEATING!!
(...)


If I try to connect from the laptop, with kismet client (cygwin), I do manage to connect (and kismet works!!), but I always get the "prism0: Invalid argument" from the telnet session.

gwl
09-03-2005, 23:15
Kismet drone works, but always reports: "prism0: Invalid argument"
What's wrong?

Is it possible to run the kismet client in the router? (and access it via telnet?)