From 3191e0959513ec53c16c4c80672a9a24466b5897 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 8 Oct 2008 00:07:10 +0000 Subject: [PATCH] Remove a duplicate paragraph in refguide.xml. The paragraph about port selection wildcards was under the idle scan heading also. --- docs/refguide.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/refguide.xml b/docs/refguide.xml index 7d7523b9b..ea75c8bec 100644 --- a/docs/refguide.xml +++ b/docs/refguide.xml @@ -1382,18 +1382,6 @@ used. zombie host if you wish to probe a particular port on the zombie for IP ID changes. Otherwise Nmap will use the port it uses by default for TCP pings (80). - - Ports can also be specified by name according to what the - port is referred to in the nmap-services. You - can even use the wildcards * and ? with the names. For example, to scan - ftp and all ports whose names begin with http, use . - Be careful about shell expansions and quote the argument to -p if unsure. - - Ranges of ports can be surrounded by square brackets to indicate - ports inside that range that appear in nmap-services. - For example, the following will scan all ports in nmap-services - equal to or below 1024: . Be careful with shell - expansions and quote the argument to -p if unsure.