merge r9301 from bhdc08: make the default behavior when using a frequency-augmented nmap-services be to scan 1000 ports in each protocol rather than all ports with a frequency > 0.01

This commit is contained in:
fyodor 2008-09-05 01:58:31 +00:00
parent 8e534f6570
commit b1d225e5c8

View file

@ -399,7 +399,7 @@ void gettoppts(double level, char *portlist, struct scan_lists * ports) {
return;
}
if (o.fastscan) level = 100;
else level = 0.01;
else level = 1000;
}
if (portlist){