From 675162dd47544e385c20b76be3d9148fd24c1458 Mon Sep 17 00:00:00 2001 From: Ben Ripkens Date: Sun, 2 Feb 2014 10:57:44 +0100 Subject: [PATCH] nmap docs --- common/nmap.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/nmap.md diff --git a/common/nmap.md b/common/nmap.md new file mode 100644 index 0000000000..95986bf393 --- /dev/null +++ b/common/nmap.md @@ -0,0 +1,11 @@ +# nmap + +> Network exploration tool and security / port scanner + +- scan open ports of a single host + +`nmap {{192.168.0.1}}` + +- discover hosts in the 192.168.0.X area (no port scan) + +`nmap -sn {{192.168.0.1/24}}`