Linux Format

Nmap deep dive

We’ve seen how the humble ping command can tell us not just if our machines are reachable, but how many of them are on the local network. If we read into the timings column a bit, we might even speculate about how far away these machines are. However, for network reconnaissance and port scanning, you can’t beat Nmap.

Since we’ve already got an XML list of machines on our LAN it would be nice if we could re-use it here to save scanning again. Sadly, the XML files generated by Nmapsi4’s network discovery can’t be easily digested by Nmap itself (or we couldn’t figure out a way). So let’s open a terminal and do it manually. To start, just enter the following:

$ sudo nmap 192.168.0.0/24

This will scan the

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format1 min read
Video Stars
Italo Vignoli is one of the founders of LibreOffice and the Document Foundation. “LibreOffice 24.8 was announced in August, and at the same time the documentation team released the Getting Started Guide. This was the first time the manual was immedia
Linux Format3 min read
Ubuntu Unity 24.10
The Unity interface was originally developed as an alternative to Gnome 2 by Canonical and included in Ubuntu from April 2011. Ultimately, Canonical abandoned Unity in favour of switching back to Gnome. This decision didn’t sit well with Ubuntu devel
Linux Format3 min read
Stay Alert With System Email Warnings!
Within Linux, lots of jobs send output to various log files and emails to users. Thing is, forwarding this important information to the appropriate users is more complicated than needed. It used to involve setting up sendmail servers and all sorts of

Related Books & Audiobooks