Oct 14 2007, 09:17 AM
Post
#1
|
|
![]() Group: Members Posts: 2,350 Joined: 30-July 06 Member No.: 10,575 |
When I try to run nmap on my Zaurus (pdaX r198, Ambicom WL1100C wireless, custom-built pcap), it says
CODE Starting Nmap 4.20 ( http://insecure.org ) at 2007-10-14 12:14 UTC pcap_open_live(wlan0, 104, 0, 200) FAILED. Reported error: live packet capture not supported on this system. Will wait 5 seconds then retry. caught SIGINT signal, cleaning up What causes this? Kismet works fine. Do I need to put the card into monitor mode or something (it's just connected to my wireless now). Thanks. |
|
|
|
![]() |
Nov 1 2007, 05:04 AM
Post
#2
|
|
|
Group: Members Posts: 454 Joined: 17-November 05 Member No.: 8,551 |
Strace could take the guesswork out of what's going wrong because you can see the calls and all from just before it messes up.
Have you used it before? I tend to increase the output string when I run it to make sure it doesn't cut off anything important. My strace for this would look something like: strace -f -v -s 200 -o /mnt/card/nmap.strace nmap & You could have it put the results wherever you wanted and call the output file after -o whatever you want, I put mine on SD card. The number after -s is the length of each diagnostic string. If a line is longer than that, it gets truncated and I think the default is something like 30 characters IIRC. Just try it...you could post the last 50-100 lines of output to get help interpreting? sdjf |
|
|
|
Capn_Fish Nmap Not Working. Oct 14 2007, 09:17 AM
Capn_Fish Nobody? Or is this just that obvious? Oct 16 2007, 02:18 PM
sdjf You could try running strace and study the output ... Oct 22 2007, 08:15 AM
Capn_Fish It's not hanging just giving an error (as seen... Oct 22 2007, 10:24 AM
sdjf Uh, well did you try strace if it helped you figur... Oct 22 2007, 11:49 PM
sdjf Look at this:
http://www.oesf.org/forum/lofiversi... Oct 23 2007, 12:00 AM
Capn_Fish OK, that error was because I forgot to install pca... Oct 23 2007, 03:51 AM
sdjf Is it the identical "live packet capture... Oct 24 2007, 06:35 AM
Capn_Fish I think it's the same error, and I'll try ... Oct 24 2007, 05:05 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 05:29 AM |