Nmap Network Scanning
1.7 hrs read
Rate this book:
About This Book
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:
# nmap (Internet Protocol address of target)
like so:
# nmap 127.0.0.1
... 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.
# nmap (Internet Protocol address of target)
like so:
# nmap 127.0.0.1
... 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.
Buy This Book
As an Amazon Associate and Bookshop.org affiliate, BookOrb earns from qualifying purchases.
Write a Review
Sign in to write a review.