From 108c10ccd902af79f0355e803f7b04cc8dc989e9 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 19 Jul 2010 18:17:35 +0000 Subject: [PATCH] More editing of ndiff.xml. --- ndiff/docs/ndiff.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/ndiff/docs/ndiff.xml b/ndiff/docs/ndiff.xml index e39b5fc54..8cdb1090d 100644 --- a/ndiff/docs/ndiff.xml +++ b/ndiff/docs/ndiff.xml @@ -121,9 +121,9 @@ -# nmap -F scanme.nmap.org -oX scanme-1.xml -# nmap --script=html-title scanme.nmap.org -oX scanme-2.xml -$ ndiff -v scanme-1.xml scanme-2.xml +# nmap -F scanme.nmap.org -oX scanme-1.xml +# nmap --script=html-title scanme.nmap.org -oX scanme-2.xml +$ ndiff -v scanme-1.xml scanme-2.xml -Nmap 5.35DC1 at 2010-07-16 12:09 +Nmap 5.35DC1 at 2010-07-16 12:13 @@ -177,9 +177,9 @@ $ ndiff -v scanme-1.xml scanme-2.xml - is an example of text - output. Here, port 80 on the host - photos-cache-snc1.facebook.com gained a service + + is an example of text output. Here, port 80 on the host + photos-cache-snc1.facebook.com gained a service version (lighttpd 1.5.0). The host at 69.63.179.25 changed its reverse DNS name. The host at 69.63.184.145 was completely absent in the first scan but came up in @@ -228,11 +228,11 @@ $ ndiff -v scanme-1.xml scanme-2.xml - shows the XML diff of the - same scans shown above in + + shows the XML diff of the same scans shown above in . Notice how port 80 of - photos-cache-snc1.facebook.com is enclosed in + photos-cache-snc1.facebook.com is enclosed in portdiff tags. For 69.63.179.25, the old hostname is in a tags and the new is in b. For the new host 69.63.184.145, there is a @@ -244,8 +244,7 @@ $ ndiff -v scanme-1.xml scanme-2.xml Ndiff XML output - + @@ -321,8 +320,8 @@ $ ndiff -v scanme-1.xml scanme-2.xml Using Nmap, Ndiff, cron, and a shell script, it's possible to scan a network daily and get email reports of the state of the network and changes since the previous scan. - shows the script that ties it - together. + + shows the script that ties it together.