|
|
2010-05-11
, 13:54
|
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#2
|
|
|
2010-05-11
, 13:58
|
|
Posts: 266 |
Thanked: 83 times |
Joined on Oct 2009
|
#3
|
|
|
2010-05-11
, 14:12
|
|
|
Posts: 293 |
Thanked: 206 times |
Joined on Oct 2009
@ Germnay
|
#4
|

|
|
2010-05-11
, 14:14
|
|
Posts: 50 |
Thanked: 444 times |
Joined on Apr 2010
@ Austria
|
#5
|
Could i use your chan 6 problem patch with aircrack since i know aircrack way better than kismet?
but as I already noted packet injection doesn't work, so I think aircrack is currently a little bit useless on the N900 (like kismet before) or did I miss something?
|
|
2010-05-11
, 14:45
|
|
Posts: 5 |
Thanked: 0 times |
Joined on May 2010
|
#6
|
|
|
2010-05-11
, 14:47
|
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#7
|
|
|
2010-05-11
, 15:45
|
|
Posts: 50 |
Thanked: 444 times |
Joined on Apr 2010
@ Austria
|
#8
|
One question: using your patched driver, can tcpdump or wireshark output the signal strength of received wireless frames?
|
|
2010-05-11
, 17:16
|
|
Posts: 5 |
Thanked: 0 times |
Joined on May 2010
|
#9
|
I think it should work (if you put the card in monitor mode), but I haven't tested it yet.
|
|
2010-05-11
, 17:34
|
|
Posts: 50 |
Thanked: 444 times |
Joined on Apr 2010
@ Austria
|
#10
|
lxp, could you do a quick test and let us know if you can see the signal strength? I remember on my n810 without patch, we can use monitor mode with tcpdump, but without signal strength information.
Thanks a lot.
stop wlancond ifconfig wlan0 down iwconfig wlan0 mode monitor channel 6 ifconfig wlan0 up tcpdump -i wlan0 -w test.cap start wlancond
Many of you may already have noticed that I have ported Kismet to the N900 with support for internal GPS through liblocation.
Now also a fully functional WLAN monitor mode is available for the N900! You might know the channel 6 problem, it's gone now!
Installation instructions can be found here.
More infos on my blog http://david.gnedt.eu/.
Monitor mode patch changelog:
Version 2 (included in titan's kernel-power 2.6.28-maemo35 and later)
* FIX: capture encrypted packets (thanks to hardkorek for reporting the bug)
* FIX: reported data rate and channel type
Version 1 (included in titan's kernel-power 2.6.28-maemo26 and later)
* Initial version
Best regards,
David
Last edited by lxp; 2010-05-25 at 12:00. Reason: Update for monitor mode patch version 2