From 0ce88f2a736d46cec0ea78ecb1ddf1127764f2b5 Mon Sep 17 00:00:00 2001 From: codings9 Date: Mon, 27 Jan 2014 03:35:27 -0800 Subject: [PATCH 1/2] Update nmap.md --- tools/nmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/nmap.md b/tools/nmap.md index b95ff25..93f48dd 100644 --- a/tools/nmap.md +++ b/tools/nmap.md @@ -11,3 +11,4 @@ Example Usage Links ------- +.testing.pull From edacc97169ddd646179108b147a4025b69818967 Mon Sep 17 00:00:00 2001 From: codings9 Date: Mon, 27 Jan 2014 03:45:32 -0800 Subject: [PATCH 2/2] Update nmap.md Just getting a feel of github with Nmap, more to come.... --- tools/nmap.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/tools/nmap.md b/tools/nmap.md index 93f48dd..37ee8c8 100644 --- a/tools/nmap.md +++ b/tools/nmap.md @@ -2,13 +2,40 @@ Notes ------- +What is Nmap? +Nmap(“Network Mapper”) is a security scanner originally written by Gordon Lyon used to discover hosts and services on a computer network, thus creating a "map" of the network. Help Text ------- Example Usage ------- +# nmap -O -v scanme.nmap.org + +Starting Nmap ( http://nmap.org ) +Nmap scan report for scanme.nmap.org (74.207.244.221) +Not shown: 994 closed ports +PORT STATE SERVICE +22/tcp open ssh +80/tcp open http +646/tcp filtered ldp +1720/tcp filtered H.323/Q.931 +9929/tcp open nping-echo +31337/tcp open Elite +Device type: general purpose +Running: Linux 2.6.X +OS CPE: cpe:/o:linux:linux_kernel:2.6.39 +OS details: Linux 2.6.39 +Uptime guess: 1.674 days (since Fri Sep 9 12:03:04 2011) +Network Distance: 10 hops +TCP Sequence Prediction: Difficulty=205 (Good luck!) +IP ID Sequence Generation: All zeros + +Read data files from: /usr/local/bin/../share/nmap +Nmap done: 1 IP address (1 host up) scanned in 5.58 seconds + Raw packets sent: 1063 (47.432KB) | Rcvd: 1031 (41.664KB) Links ------- -.testing.pull + +http://nmap.org/