From 68beb5eb8ea4f864d10742590b2cf99aeeee0935 Mon Sep 17 00:00:00 2001 From: Jacek Wielemborek Date: Thu, 31 Dec 2015 09:29:37 +0100 Subject: [PATCH 1/2] Fix interpunction, mention scripts in -A. --- pages/common/nmap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/nmap.md b/pages/common/nmap.md index 4c13ea37d6..2fad21f584 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -11,18 +11,18 @@ `nmap {{ip_or_hostname}} {{optional_another_address}}` -- Also enable service detection, OS fingerprinting and traceroute. +- Also enable scripts, service detection, OS fingerprinting and traceroute. `nmap -A {{address_or_addresses}}` -- Assume good network connection and speed up execution: +- Assume good network connection and speed up execution. `nmap -T4 {{address_or_addresses}}` -- Scan a specific list of ports (use -p- for all ports 1-65535) +- Scan a specific list of ports (use -p- for all ports 1-65535). `nmap -p {{port1,port2,...,portN}} {{address_or_addresses}}` -- Perform TCP and UDP scanning (use -sU for UDP only, -sZ for SCTP, -sO for IP): +- Perform TCP and UDP scanning (use -sU for UDP only, -sZ for SCTP, -sO for IP). `nmap -sSU {{address_or_addresses}}` From c1f7204e377f9848facf1d5d7945bf3470fcbfa6 Mon Sep 17 00:00:00 2001 From: Ruben Vereecken Date: Thu, 21 Jan 2016 13:21:22 +0100 Subject: [PATCH 2/2] Formatted nmap --- pages/common/nmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/nmap.md b/pages/common/nmap.md index 22de7ee4eb..8258a91e53 100644 --- a/pages/common/nmap.md +++ b/pages/common/nmap.md @@ -11,11 +11,11 @@ `nmap {{ip_or_hostname}} {{optional_another_address}}` -- Also enable scripts, service detection, OS fingerprinting and traceroute. +- Also enable scripts, service detection, OS fingerprinting and traceroute: `nmap -A {{address_or_addresses}}` -- Assume good network connection and speed up execution. +- Assume good network connection and speed up execution: `nmap -T4 {{address_or_addresses}}` @@ -23,6 +23,6 @@ `nmap -p {{port1,port2,...,portN}} {{address_or_addresses}}` -- Perform TCP and UDP scanning (use -sU for UDP only, -sZ for SCTP, -sO for IP). +- Perform TCP and UDP scanning (use -sU for UDP only, -sZ for SCTP, -sO for IP): `nmap -sSU {{address_or_addresses}}`