May 2015
Beginner to intermediate
118 pages
2h 29m
English
The last tool that comes packed with the Nmap suite is Ndiff. For those unfamiliar with the traditional *NIX tool "diff," it is designed to visually show the differences between two separate files of text. In other words, if you (for example) want to see which lines of code changed when a patch was applied, you can "diff" the new patch and the old code, and visually see the differences. The following screenshot shows a basic Nmap command:

In the preceding screenshot, we launched a scan against my web server—dshaw.net—for ports 80 and 81. We named our first scan scan1.xml and ran another scan against the same host—we ...
Read now
Unlock full access