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.




Network Security Pen-Test
[Top] [All Lists]

Re: Fast UDP scan

Subject: Re: Fast UDP scan
Date: Tue, 21 Aug 2007 11:23:28 +0100
-T5 is fastest, -T3 or -T4 is probably a better compromise between
speed and accuracy - e.g.:

nmap -sU -T4 -p1-65535 -P0 xxx.yyy.zzz.aaa

(This may impact your network performance -T3 is also known as normal,
-T4 is aggressive and -T5 is 'insane'. You have been warned :)

cheers,
 Jamie

On 21/08/07, Attari Attari <c70n3@yahoo.co.in> wrote:
Hi Group:

Is there a way to increase speed of UDP scan?

I'm running a full UDP scan since 3 days on 3 IP
addresses and it is still not complete.

I gave following command:

nmap -sU -p1-65535 -P0 xxx.yyy.zzz.aaa

One way I can think of is is running parallel nmap
scans by dividing ports like:

nmap -sU -p1-30000 -P0 xxx.yyy.zzz.aaa
nmap -sU -p30000-65535 -P0 xxx.yyy.zzz.aaa

Would appreciate some inputs on this.

Regards

-- 
Jamie Riden / jamesr@europe.com / jamie@honeynet.org.uk
UK Honeynet Project: http://www.ukhoneynet.org/

------------------------------------------------------------------------
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>