mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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:
parent
8e534f6570
commit
b1d225e5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue