Nmap

I encountered this error message when I launched the nmap uitlity on one of my servers:I was trying to scan udp portThe command wasnmap -p U:161 IPWhat's wrong here?Thankyou
[216 byte] By [rangroo] at [2007-11-25 23:34:27]
# 1

I think you must have scan type in there somewhere.

This should work:

nmap -sU -p 161 IP

I think U:port is only used for a list of ports when scanning both TCP and UDP ports - and then I think you also need to add a scan type - and a TCP type scan if TCP ports are to actually be included.

rlongva at 2007-7-5 18:19:12 > top of Java-index,General,Talk to the Sysop...