mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 13:41:29 +00:00
Update documentation to include S: and P: port qualifiers
This commit is contained in:
@@ -1738,9 +1738,11 @@ way.</para>
|
|||||||
specifies the protocol numbers you wish to scan for
|
specifies the protocol numbers you wish to scan for
|
||||||
(0–255).</para>
|
(0–255).</para>
|
||||||
|
|
||||||
<para>When scanning both TCP and UDP ports, you can specify
|
<para>When scanning a combination of protocols (e.g. TCP and UDP), you can
|
||||||
a particular protocol by preceding the port numbers by <literal>T:</literal>
|
specify a particular protocol by preceding the port numbers by
|
||||||
or <literal>U:</literal>. The qualifier lasts until you specify another
|
<literal>T:</literal> for TCP, <literal>U:</literal> for UDP,
|
||||||
|
<literal>S:</literal> for SCTP, or <literal>P:</literal> for IP Protocol.
|
||||||
|
The qualifier lasts until you specify another
|
||||||
qualifier. For example, the argument <option>-p
|
qualifier. For example, the argument <option>-p
|
||||||
U:53,111,137,T:21-25,80,139,8080</option> would scan UDP
|
U:53,111,137,T:21-25,80,139,8080</option> would scan UDP
|
||||||
ports 53, 111,and 137, as well as the listed TCP ports. Note
|
ports 53, 111,and 137, as well as the listed TCP ports. Note
|
||||||
|
|||||||
Reference in New Issue
Block a user