mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user