mirror of
https://github.com/nmap/nmap.git
synced 2026-01-10 00:19:02 +00:00
Add OS difference reporting to Ndiff. It looks like
Remove OS "Linux 2.6.18 - 2.6.25".
Remove OS "Linux 2.6.8 - 2.6.20".
Remove OS "OpenWrt (Linux 2.6.19 - 2.6.21)".
Add OS "Archos 605 WiFi video player".
Add OS "Linux 2.6.27 (Ubuntu)".
Add OS "Linux 2.6.22".
Add OS "Linux 2.6.27".
This commit is contained in:
@@ -109,6 +109,18 @@ The host had a hostname in the A scan that it didn't have in the B scan.
|
||||
-->
|
||||
<!ELEMENT host-hostname-remove (hostname)>
|
||||
|
||||
<!--
|
||||
The host gained an OS in the B scan that it didn't have in the A scan.
|
||||
-->
|
||||
<!ELEMENT host-os-add EMPTY>
|
||||
<!attlist host-os-add name #REQUIRED>
|
||||
|
||||
<!--
|
||||
The host had an OS in the A scan that it didn't have in the B scan.
|
||||
-->
|
||||
<!ELEMENT host-os-remove EMPTY>
|
||||
<!attlist host-os-remove name #REQUIRED>
|
||||
|
||||
<!--
|
||||
The services that were running on two ports were swapped between the A
|
||||
and B scans. The portid and protocol attributes give the A and B port
|
||||
|
||||
Reference in New Issue
Block a user