Status
Rate
List
Check Later
This is the official guide to the nmap tool ("network mapper") written by "Fyodor" or Gordon Lyon. Some chapters are online at www.nmap.org but this volume has the full documentation (other than what's been posted as announcements at that website or at insecure.org). An entire portscanning tutorial chapter is included, even though the usual use of the tool is simply to invoke at the command line prompt:
like so:
... which will scan your own machine.
But there are many specific commands (or sub-commands added after the invocation, like "flags" in Unix/Linux) that help you look for specific things, plus more to learn like tuning nmap's performance, tuning its "invasiveness" so that it scans ports in a less "noisy" manner to avoid detection, using nmap to remotely detect which OS the target runs, and much more. The tool even has its own scripting engine so you can automate repetitive tasks. Lyon even describes the popular GUI (graphical user interface) to nmap, called Zenmap, and there's a chapter on how to defend against nmap, should it be employed in an inelegant manner against you.