> > - Network IPs can now be evenly sliced instead of being scanned > > sequentially > > Yeah. Instead of doing ip, ip + 1, ip + 2, ... , ip + N, > Nessus 2.0.7 (not officially released yet btw) has a more subtle > algorithm which divides the network in /29 networks (if I recall > correctly) and for each one goes incrementally. So you don't end up > scanning ip and ip + 1 at the same time, which is good if you are > scanning multihomed hosts on consecutives IPs. So, automatic. ok.
I sually just use nmap -sP --randomize-hosts | grep '^Host .*up.$' | cut -f 2 d ' ' > target.ip and use that list as target ip addresses. -- Michael Scheidell, CEO SECNAP Network Security, LLC Sales: 866-SECNAPNET / (1-866-732-6276) Main: 561-368-9561 / www.secnap.net Looking for a career in Internet security? http://www.secnap.net/employment/
