Cristobal Soto <[EMAIL PROTECTED]> writes: > i was wondering if is there a way to specify different port ranges to > the nmap TCP and UDP scans. So i can scan ports tcp 1-15000 and udp > 1-1024 for example.
With nmap yes, but not directly from Nessus.
nmap -p T:1-15000,U:1-1024
The trick would be to run nmap externaly and save the result into a
file with the -oN option.
