Network Discovery

Scanning with Zenmap

© Lead Image © wbraga, 123RF.com

© Lead Image © wbraga, 123RF.com

Author(s):

Discover your network with the user-friendly Zenmap network scanner.

Special Thanks: This article was made possible by support from Linux Professional Institute

Zenmap is the official Nmap Security Scanner GUI. It is a multi-platform, free open source application that provides users with an easy-to-use graphical user interface (GUI) for Nmap. Nmap, or Network Mapper, is the underlying software that is an extremely powerful tool for security auditing, network-attached device discovery, and security reconnaissance. Its primary focus is port scanning, but Nmap is so much more than a port scanner -- it’s a complex security tool that helps you identify operating systems, application/service versions, and vulnerabilities on your network. Nmap's complexity makes the Zenmap program extremely valuable for those who want to get started with security scanning without the long learning curve.

Unlike some GUI tools, Zenmap is not a less flexible tool or less professional tool that is “dumbed down” for those who shun the command line. Sure, it has some “canned” scans that you can select, but you can also enter Nmap commands with options into the Command field for full flexibility and enjoy every aspect of the command-line interface. Zenmap also makes it easy for you to compare scan results, search scan results, and filter hosts.

In this article, I refer to Nmap and Zenmap interchangeably when referring to functionality, because it is really Nmap that is the underlying technology. I refer to Zenmap specifically when addressing GUI features.

  

Warning

A word of caution before you download and run Nmap or Zenmap on a network: Unless you are on the security team or an authorized network administrator, you should seek permission prior to running Nmap against your systems. Network scanning is a serious security violation on many corporate networks.

  

One of Zenmap's best features is that it displays the command-line version of the options you select from the menus. This is especially handy if you want to copy/paste those commands into a script for automated scanning or perhaps to learn Nmap’s command-line syntax.

Port Scanning

By default, Nmap’s port scanning features uses the SYN type probe. Because port scanning is a serious security violation, the SYN type might be safe on some networks that aren’t monitored by security information and event management (SIEM) software or other security sentry programs. The SYN scan is a stealthy scan, because it doesn’t make complete TCP connections. In fact, SYN scanning is often referred to as half-open scanning because of this feature.

There are three possible responses to a SYN signal:

  • ACK means the port is listening.
  • RST means the port is a non-listener.
  • No response is marked as filtered.

Operating System Detection

Operating system (OS) detection for exploitative reconnaissance is one reason to perform this type of scan, but for the rest of us, just uncovering what kind of computers are on a network is reason enough to perform it. OS detection has led to some interesting discoveries over the years from finding rogue systems to realizing that an entire subnetwork of unsupported systems existed in a testing center. OS detection isn’t always about finding a vulnerable system to hack.

For IT and security professionals, OS detection can mean ferreting out those systems that are unsupported, unpatched, unauthorized, or those completely unknown to support staff. But even more important perhaps than finding the occasional rogue Windows Vista system on your network is the epiphany through such a scan that some clever person has granted the whole world access to your network by setting up a rogue wireless access point (WAP).

Version Detection

As the Nmap documentation tells you, “While Nmap does many things, its most fundamental feature is port scanning.” This is true, and it’s a basic Nmap usage example. But for hackers and security professionals alike, version detection is the next step above simple port scanning, and it’s much more informative. It’s helpful to know that server01 has ports 22, 25, 80, and 443 open, but which services do those numbers actually represent and which versions of those services are running behind those port numbers.

Yes, ports 22, 25, 80, and 443 are SSH, SMTP, HTTP, and HTTPS, respectively, but what if a naive system administrator decides to run a non-secure service, such as Telnet on port 22? You can’t assume from the port number that the service running will always match. Version detection will identify the service and daemon version for you. The version number tells both the hacker and the security professional if systems are running vulnerable services.

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Nmap 4.75 recognizes iPhones and visualizes networks

    "If we are going to call Nmap the 'Network Mapper', it should at least be able to draw you a map of the network! " writes developer Fyodor in announcing the newest version 4.75 of the Nmap security scanner.

  • Nmap Workshop

    In "The Matrix Reloaded," Trinity uses Nmap to hack into the power grid to pave Neo's way to the architect of the virtual world. However, the port scanner is also ideal for more mundane purposes – such as discovering vulnerabilities in your domestic network.

  • Nmap Methods

    How does the popular Nmap scanner identify holes in network security? In this article, we examine some Nmap analysis techniques.

  • Nmap Scripting

    Nmap is rolling out a new scripting engine to automatically investigate vulnerabilities that turn up in a security scan. We’ll show you how to protect your network with Nmap and NSE.

  • Charly's Column

    Many tools keep growing with each new version, but Nmap 4.00 has lost weight thanks to the Diet-Nmap project. The latest incarnation of Nmap is not only quicker, it is also more frugal with memory.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News