Nmap Research Materials










This page contains a list of user images about Nmap which are relevant to the point and besides images, you can also use the tabs in the bottom to browse Nmap news, videos, wiki information, tweets, documents and weblinks.

Nmap Images

couldn't connect to hostcouldn't connect to host
Rihanna - Take A Bow
Music video by Rihanna performing Take A Bow. YouTube view counts pre-VEVO: 66288884. (C) 2008 The Island Def Jam Music Group.
P!nk - Just Give Me A Reason (Official Lyric Video)
The Truth About Love available on iTunes NOW http://smarturl.it/tal Music video by P!nk performing Just Give Me A Reason. (C) 2012 RCA Records, a division of...
Key & Peele: Substitute Teacher
A substitute teacher from the inner city refuses to be messed with while taking attendance.
Celebrities Read Mean Tweets #2
Jimmy Kimmel Live - Celebrities Read Mean Tweets #2 Jimmy Kimmel Live's YouTube channel features clips and recaps of every episode from the late night TV sho...
P!nk - Try (The Truth About Love - Live From Los Angeles)
Music video by P!nk performing Try (The Truth About Love - Live From Los Angeles). (C) 2012 RCA Records, a division of Sony Music Entertainment.
David Guetta - Just One Last Time ft. Taped Rai
"Just One Last Time" feat. Taped Rai. Available to download on iTunes including remixes of : Tiësto, HARD ROCK SOFA & Deniz Koyu http://smarturl.it/DGJustOne...
Steve Jobs vs Bill Gates. Epic Rap Battles of History Season 2.
Download This Song: http://bit.ly/KzLBGB Click to Tweet this Vid-ee-oh! http://bit.ly/Nt9lg8 Hi. My name is Nice Peter, and this is EpicLLOYD, and this is th...
MACKLEMORE & RYAN LEWIS - CAN'T HOLD US FEAT. RAY DALTON (OFFICIAL MUSIC VIDEO)
Macklemore & Ryan Lewis present the official music video for Can't Hold Us feat. Ray Dalton. Can't Hold Us on iTunes: https://itunes.apple.com/us/album/cant-...
Draw My Life- Jenna Marbles
This video accidentally turned out kind of sad, ME SO SOWWY IT NOT POSED TO BE SAD WHO WANTS HUGS AND COOKIES? Also, FYI for anyone attempting this, it takes...
F*@#ing Ben Affleck
Jimmy reveals that he is f*@#ing Ben Affleck.
Key & Peele: Dueling Hats
A couple of friends step up their hat game.
Draw My Life - Ryan Higa
So i was pretty hesitant to make this video... but after all of your request, here is my Draw My Life video! Check out my 2nd Channel for more vlogs: http://...
Jack Sparrow (feat. Michael Bolton)
Buy at iTunes: http://goo.gl/zv4o9. New album on sale now! http://turtleneckandchain.com.
Nmap Security Scanner
Nmap-5.21.png
results of an Nmap scan
Original author(s) Gordon Lyon (Fyodor)
Initial release September 1997 (1997-09)
Stable release 6.25 / 29 November 2012; 5 months ago (2012-11-29)
Development status Active
Written in C, C++, Python, Lua
Operating system Cross-platform
Available in English
Type computer security, network management
License GNU General Public License
Website nmap.org

Nmap (Network Mapper) is a security scanner originally written by Gordon Lyon (also known by his pseudonym Fyodor Vaskovich)[1] used to discover Host and services on a computer network, thus creating a "map" of the network. To accomplish its goal, Nmap sends specially crafted packets to the target host and then analyzes the responses.

The software provides a variety of features for probing computer networks such as host discovery, service and operating system detection, and other more in depth system information. These features are further extended by scripts that can perform more advanced service detection,[2] vulnerability detection,[2] and other information. Besides providing a variety of information about what it is scanning, Nmap is also capable of adapting to network conditions like, latency and network congestion during a scan. These features, and new ones, are under continuous development and refinement by its active user community.

Originally Nmap was a Linux[3] only utility, but it has since been ported to Microsoft Windows, Solaris, HP-UX, BSD variants (including Mac OS X), AmigaOS, and SGI IRIX.[4] Linux is the most popular platform with Windows following it closely.[5]

Features [edit]

Nmap features include:

  • Host discovery - Identifying hosts on a network. For example, listing the hosts that respond to pings or have a particular port open.
  • Port scanning - Enumerating the open ports on one or more target hosts.
  • Version detection - Interrogating listening network services listening on remote devices to determine the application name and version number.[6]
  • OS detection - Remotely determining the operating system and hardware characteristics of network devices.
  • Scriptable interaction with the target - using Nmap Scripting Engine (NSE) and Lua programming language, customized queries can be made.

In addition to these, Nmap can provide further information on targets, including reverse DNS names, device types, and MAC addresses.[7]

Typical uses of Nmap:

  • Auditing the security of a device by identifying the network connections which can be made to it.[citation needed]
  • Identifying open ports on a target host in preparation for auditing.[8]
  • Network inventory, network mapping, maintenance, and asset management.
  • Auditing the security of a network by identifying unexpected new servers.[9]

Basic commands working in Nmap [edit]

  • For target specifications:
nmap <targets' URL's or IP's with spaces between them (can also use CIDR notation)> 
e.g. : scanme.nmap.org, gnu.org/24, 192.168.0.1; 10.0.0-255.1-254 (The command is nmap scanme.nmap.org 
and similar)
  • For OS detection:
nmap -O <target-host's URL or IP>
  • For Version detection:
nmap -sV <target-host's URL or IP>
  • For configuring response timings (-T0 to -T5 :increasing in aggressiveness):
nmap -T0 -sV -O <target-host's URL or IP>

Graphical interfaces [edit]

NmapFE, originally written by Zach Smith, was Nmap's official GUI for Nmap versions 2.2 to 4.22.[10] For Nmap 4.50 (originally in the 4.22SOC development series) NmapFE was replaced with Zenmap, a new official graphical user interface based on UMIT, developed by Adriano Monteiro Marques.

Various web-based interfaces have also been available for controlling Nmap remotely from a web browser. These include LOCALSCAN,[11] nmap-web,[12] and Nmap-CGI.[13]

Microsoft Windows specific GUIs exist, including NMapWin,[14] which has not been updated since v1.4.0 was released in June 2003, and NMapW[15] by Syhunt.

Reporting results [edit]

Nmap provides four possible output formats for the scan results. All but the interactive output is saved to a file. All of the output formats in Nmap can be easily manipulated by text processing software, enabling the user to create customized reports.[16]

Interactive 
presented and updated real time when a user runs the Nmap from the command line. Various options can be entered during the scan to facilitate monitoring.
XML 
a format that can be further processed by XML capable tools. It can be converted into a HTML report using XSLT.
Grepable 
output that is tailored to line-oriented processing tools such as grep, sed or awk.
Normal 
the output as seen while running Nmap from the command line, but saved to a file.
Script kiddie 
meant to be the funny way to format the interactive output replacing letters with their visually alike number representations. For example, Interesting ports becomes Int3rest|ng p0rtz.

History [edit]

Nmap was first published in September 1997, as an article in Phrack Magazine with source-code included.[17] With the help and contributions of the computer security community, development continued at an ever increasing pace. Changes to the program included operating system fingerprinting, service fingerprinting,[6] code rewrites (C to C++), additional scan types, protocol support (e.g. IPv6, SCTP[18]) and new programs that complement Nmap's core features. Changes include:

December 12, 1998
Nmap 2.00 is released, including Operating System fingerprinting [19]
April 11, 1999
NmapFE, a GTK+ front end, is bundled with Nmap[19]
December 7, 2000
Nmap ported to Windows[10]
August 28, 2002
Rewrite from C to C++[10]
September 16, 2003
Nmap 3.45 the first public release to include service version detection[10]
August 31, 2004
Core scan engine rewritten for version 3.70. New engine is called ultra_scan[20]
Summer 2005
Nmap selected for participation in Google Summer of Code.[21] These and future students contributed major features like Zenmap, NSE, Ncat, and 2nd-generation OS detection.
December 13, 2007
Nmap 4.50, the 10th Anniversary Edition, is released. Includes the new Zenmap frontend, 2nd-generation OS detection, and the Nmap Scripting Engine[22]
March 30, 2009
Emergency release of Nmap 4.85BETA5, which leverages NSE to detect Conficker infections[23]
July 16, 2009
Nmap 5.00 includes netcat-replacement Ncat and Ndiff scan comparison tool[24]
January 28, 2011
Nmap 5.50 released, including the new Nping packet generation tool[25]
May 21, 2012
Nmap 6.00 released with full IPv6 support.

A full list of the changes in each release is recorded in the Nmap Changelog.[10]

Purpose [edit]

Nmap is used to discover computers and services on a computer network, thus creating a "map" of the network. Just like many simple port scanners, Nmap is capable of discovering passive services on a network, despite the fact that such services are nοt advertising themselves with a service discovery protocol. In addition, Nmap may be able to determine various details about the remote computers.

Ethical issues and legality [edit]

Like most tools used in computer security, Nmap can be used for black hat hacking,[26] or attempting to gain unauthorized access to computer systems. It would typically be used to discover open ports which are likely to be running vulnerable services, in preparation for attacking those services with another program.[27]

System administrators often use Nmap to search for unauthorized servers on their network, or for computers which don't meet the organization's minimum level of security.[28]

Nmap is often confused with host vulnerability assessment tools such as Nessus, which go further in their exploration of a target by testing for common vulnerabilities in the open ports found.

In some jurisdictions, unauthorized port scanning may be illegal.[29]

Nmap in popular culture [edit]

In The Matrix Reloaded, Trinity is seen using Nmap to access a power plant's computer system,[30] allowing Neo to "physically" break in to a building. The appearance of Nmap in the film was widely discussed on internet forums and hailed as an unusually realistic example of hacking compared to other movies.[31]

Nmap and NmapFE were used in the film The Listening, a 2006 movie about a former NSA officer who defects and mounts a clandestine counter-listening station high in the Italian alps.

Some Nmap source code can be seen in the movie Battle Royale, as well as brief views of the command line version of Nmap executing in Live Free or Die Hard and Bourne Ultimatum.[30]

Nmap in academia [edit]

Nmap has long since become an integral part of academic activities. It has been used for research involving TCP/IP protocol suite and networking in general, with the security domain being the main beneficiary.[32] Beyond being an aide-tool in researching various topics, Nmap has become the topic of research itself.[33]

Output from Nmap [edit]


Command :- nmap -sV -T4 -O -A -v <target_host>


Starting Nmap 5.35DC1 <http://nmap.org> at 2010-10-21 01:57 IST
NSE: Loaded 6 scripts for scanning.
Nmap scan report for <target_host> (<target_IP>)
Host is up (0.10s latency).
Not shown: 998 filtered ports
PORT STATE SERVICE VERSION
80/tcp open http Apache Tomcat/Coyote JSP engine 1.1
113/tcp closed auth

Running: Linux 2.6.X (96%), Cisco Linux 2.6.X (90%), HP embedded (89%), Riverbed embedded (87%) Aggressive OS guesses: Linux 2.6.9 (96%), Linux 2.6.9 - 2.6.27 (96%), Linux 2.6.9 (CentOS 4.4) (95%), Linux 2.6.15 - 2.6.26 (92%), Blue Coat Director (Linux 2.6.10) (92%), Linux 2.6.26 (PCLinuxOS) (91%), Linux 2.6.11 (90%), HP Brocade 4Gb SAN switch (89%), Linux 2.6.22.1-32.fc6 (x86, SMP) (89%), Linux 2.6.28 (88%) No exact OS matches for host (test conditions non-ideal). Uptime guess: 35.708 days (since Wed Sep 15 08:58:56 2010)


Nmap done: 1 IP address (1 host up) scanned in 19.94 seconds
Raw packets sent: 2080 (95.732KB)| Rcvd: 24 (1.476KB)


TRACEROUTE (using port 113/tcp)
HOP RTT ADDRESS
1 2.27 ms 192.168.254.4
Nmap done: 1 IP address (1 host up) scanned in 19.94 seconds


Raw packets sent: 2080 (95.732KB)| Rcvd: 24 (1.476KB)

See also [edit]

References [edit]

  1. ^ "Matrix mixes life and hacking". BBC News. 2003-05-19. Retrieved 2009-01-14. 
  2. ^ a b Nmap Scripting Engine. Nmap.org. Retrieved on 2013-02-01.
  3. ^ The History and Future of Nmap. Nmap.org. Retrieved on 2013-02-01.
  4. ^ Other Platforms. Nmap.org. Retrieved on 2013-02-01.
  5. ^ "Nmap Installation for Windows". nmap.org. Retrieved 2008-05-14. 
  6. ^ a b Service and Application Version Detection
  7. ^ Chapter 15. Nmap Reference Guide. Nmap.org (2011-03-25). Retrieved on 2011-04-23.
  8. ^ When Good Scanners Go Bad, From [1], ComputerWorld 22 March 1999
  9. ^ nmap-audit - Network auditing with Nmap. heavyk.org
  10. ^ a b c d e Nmap Change Log. Nmap.org. Retrieved on 2011-09-17.
  11. ^ [2][dead link]
  12. ^ nmap-web: quick-n-dirty web interface to Nmap. Komar.org. Retrieved on 2011-09-17.
  13. ^ nmap-cgi homepage. Nmap-cgi.tuxfamily.org. Retrieved on 2011-09-17.
  14. ^ NMapWin v1.2.3. Nmapwin.sourceforge.net. Retrieved on 2011-09-17.
  15. ^ Syhunt Technology: Web Application Security and Testing Tools. Syhunt.com (2010-10-23). Retrieved on 2011-09-17.
  16. ^ Output. Nmap.org. Retrieved on 2011-12-10.
  17. ^ Nmap Introduction - Phrack 51, Article 11. Phrack.org. Retrieved on 2011-09-17.
  18. ^ SCTP Support for Nmap. Roe.ch (2007-01-26). Retrieved on 2011-09-17.
  19. ^ a b The History and Future of Nmap
  20. ^ Nmap Hackers: Nmap 3.70 Released: Core Scan Engine Rewrite!. Seclists.org. Retrieved on 2011-09-17.
  21. ^ Google sponsors Nmap summer student developers. Seclists.org. Retrieved on 2011-09-17.
  22. ^ Nmap 4.50 Press Release. Insecure.org. Retrieved on 2011-09-17.
  23. ^ Nmap Development: Nmap 4.85BETA5: Now with Conficker detection!. Seclists.org. Retrieved on 2011-09-17.
  24. ^ Nmap 5.00 Release Notes. Nmap.org. Retrieved on 2011-09-17.
  25. ^ Nmap 5.50: Now with Gopher protocol support!. Seclists.org. Retrieved on 2011-09-17.
  26. ^ Hacking tool reportedly draws FBI subpoenas. Securityfocus.com (2004-11-24). Retrieved on 2011-09-17.
  27. ^ SANS Institute - Intrusion Detection FAQ: What is AMap and how does it fingerprint applications?. Sans.org. Retrieved on 2011-09-17.
  28. ^ "120 - How to conduct a security audit" (PDF). Tech Support Alert. Retrieved 2011-09-17. 
  29. ^ "First ruling by the Supreme Court of Finland on attempted break-in". Osborne Clarke. 2003. Retrieved 2010-02-21. 
  30. ^ a b "nmap in the movies". 
  31. ^ Kevin Poulsen (2003-05-16). "Matrix Sequel Has Hacker Cred". The Register. 
  32. ^ "Validation of Sensor Alert Correlators". 
  33. ^ "A Data Mining Based Analysis of Nmap Operating System Fingerprint Database". 

Bibliography [edit]

External links [edit]

Twitter
News
Documents
Don't believe everything they write, until confirmed from SOLUTION NINE site.







What is SOLUTION NINE?

It's a social web research tool
that helps anyone exploring anything.
Learn more about us here.



Updates:


Stay up-to-date. Socialize with us!
We strive to bring you the latest
from the entire web.


Company Information: