The Hacker News
"Nmap ("Network Mapper") is a free and open source utility for network exploration or security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. It was designed to rapidly scan large networks, but works fine against single hosts. Nmap runs on all major computer operating systems, and official binary packages are avalable for Linux, Windows, and Mac OS X. In addition to the classic command-line Nmap executable, the Nmap suite includes an advanced GUI and results viewer (Zenmap), a flexible data transfer, redirection, and debugging tool (Ncat), and a utility for comparing scan results (Ndiff)."

This version adds 46 awesome NSE scripts, bringing the total number to 177! It also adds a new script selection interface, allowing you to choose scripts and arguments from a list which includes descriptions of every available script. This version also will now allow you to detect network address translation, packet filtering, routing anomalies, and more because of echo mode, a novel technique for discovering how your packets are changed (or dropped) in transit between the host they originated and a target machine. It also adds 12 new lua protocol libraries. It also has a new brute library that provides a basic framework and logic for brute force password auditing scripts. The OS detection database now has 2,982 fingerprints! On Linux boxes, the ability to send and receive on unconnected sockets has now been added. This can be used, to receive UDP broadcasts without having to use Libpcap! Out of all the NSE updates, this excites us the most – firewalk script that tries to discover firewall rules using an IP TTL expiration technique known as firewalking!

Download Nmap v5.50 here!

Found this article interesting? Follow us on Twitter and LinkedIn to read more exclusive content we post.