From b396c4563495a3373a9dc1299b2b43b6f6c37946 Mon Sep 17 00:00:00 2001 From: bonnie Date: Sun, 19 Jul 2020 23:42:01 +0800 Subject: [PATCH] fix markdown --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db3d6de..ba4824f 100644 --- a/README.md +++ b/README.md @@ -2394,6 +2394,7 @@ nmap -sT -O localhost nmap -p0-65535 localhost ``` ##### Check if a host is up and scan for open ports, also skip host discovery. +```bash #skips checking if the host is alive which may sometimes cause a false positive and stop the scan. $ nmap google.com -Pn @@ -2409,7 +2410,7 @@ $ nmap google.com -Pn # 443/tcp open https # # Nmap done: 1 IP address (1 host up) scanned in 3.99 seconds - +``` ##### Scan for open ports and OS and version detection (e.g. scan the domain "scanme.nmap.org") ```bash $ nmap -A -T4 scanme.nmap.org