From b1d225e5c8537fe249a15edb278d7a33f877fcee Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 5 Sep 2008 01:58:31 +0000 Subject: [PATCH] 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 --- services.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.cc b/services.cc index a1a945167..eb94dd733 100644 --- a/services.cc +++ b/services.cc @@ -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){