This is OT, but I'll put in one last post (sorry ;-) ) First off, UDP is not default (in Nessus you would enable UDP under the nmap options, in CLI you would use -sU...) to scan 65535 TCP ports: nmap -p1-65535 <ip addr to scan>
to scan using trust relationships and only looking for common ports: nmap -sI <some trusted IP> -F <ip addr to scan> -P0 (nmap relies on "some trusted IP" using incrementing IP IDs, and will tell you if it doesn't) of course, a quick "man nmap" will help you bunches on both your nmap and nessus scans... :-) HTH, John W. Lampe http://f00dikator.aceryder.com/ ----- Original Message ----- From: "Phillip Pi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 27, 2002 4:28 PM Subject: Re: What's the best options to test a software firewall on Windows? > Thanks John. I will try this. I will need to figure out how to only do TCP > and not do UDP. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.434 / Virus Database: 243 - Release Date: 12/25/2002 - [EMAIL PROTECTED]: general discussions about Nessus. * To unsubscribe, send a mail to [EMAIL PROTECTED] with "unsubscribe nessus" in the body.
