Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: nmap udp scan time |
|---|---|
| Date: | Mon, 29 Oct 2007 09:04:00 +0100 |
Kevin Mc Grath wrote:
I have completed a udp scan on an embedded device in the lab and the scan duration was 18.22 hours. The scan syntax used is as follows: nmap -sU -p0-65535 <ip_addr> Should a UDP scan take such a long time? Could the scan time relate to some problem with the device?
If you don't get any negative response (such as the various ICMP unreachables)
from the device, it will largely be a question of timeouts and retransmissions.
Factor
in the number of UDP ports probed in parallel, and the general speed of the
network
connection, and you should be able to say if 18 hours is in the ballpark
or not.
Read and consider:
http://insecure.org/nmap/man/man-port-scanning-techniques.html
http://insecure.org/nmap/man/man-performance.html
Note that nmap adjusts the number of concurrent probes based on its
performance.
You may have to force its lower limit (--min_parallelism) to something larger
than 1.
Note also the default value of --max_retries, which is rather conservative for
reasonably fast devices on a lightly-loaded local LAN.
Check the http://insecure.org/nmap/docs.html for more useful documents. The
Nmap book
will probably be the definitive reference on Nmap ... if and when it is
published.
--
Anders Thulin anders.thulin@sentor.se 070-757 36 10
------------------------------------------------------------------------
This list is sponsored by: Cenzic
Need to secure your web apps NOW?
Cenzic finds more, "real" vulnerabilities fast.
Click to try it, buy it or download a solution FREE today!
http://www.cenzic.com/downloads
------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: nmap udp scan time, Strykar |
|---|---|
| Next by Date: | Re: Re: Web Application Hacker's Handbook, cross-site-scripting-security |
| Previous by Thread: | RE: nmap udp scan time, Strykar |
| Next by Thread: | Re: nmap udp scan time, Gleb Paharenko |
| Indexes: | [Date] [Thread] [Top] [All Lists] |