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 Nessus-Users
[Top] [All Lists]

Re: How to use Nessus 3.0.3 (Linux) with Nmap port scanning

Subject: Re: How to use Nessus 3.0.3 (Linux) with Nmap port scanning
Date: Tue, 19 Sep 2006 22:16:45 -0400

On Sep 19, 2006, at 7:25 PM, A User wrote:



Is there a way to enable "find_service" to use UDP results?

UDP services do not send out a banner, and most of them do not send anything back when they receive what they consider to be a "malformed packet" (I'm leaving aside services such as SNMP which won't reply to properly formed packets which do not contain the proper "secret" [the community string in the case of snmp]). So doing service recognition actually requires sending nearly as many probes as there are services which the find_udp_service plugin would recognize, and coming up with good probes would be a non-trivial task when dealing with obscure services.


To make things worse, a lot of UDP services are single-threaded/ processed and tend to be extremely fragile -- so sending a fairly large number of probes will either crash the service, stall it into an infinite loop, or just prevent it from replying to other legitimate requests.

So we do not do full service recognition for UDP ports -- this is not really doable, this is extremely slow and this will disrupt many, many things, for very little actual benefits (the biggest class of UDP services which could 'easily' be reconignized are MS/SUN RPC services -- and you can get their list provided that you can talk to the portmapper) -- we have probes for tons of them which run on fixed ports, though.


-- Renaud _______________________________________________ Nessus mailing list Nessus@list.nessus.org http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>