mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Add nmaprun information to Ndiff output.
Patch by Daniel Miller.
This commit is contained in:
@@ -73,6 +73,13 @@ version 0, which was rather different. -->
|
||||
|
||||
<!ELEMENT scandiff (prescript | hostdiff | host | postscript | (a, b?) | b)*>
|
||||
|
||||
<!ELEMENT nmaprun EMPTY>
|
||||
<!ATTLIST nmaprun
|
||||
scanner CDATA #REQUIRED
|
||||
args CDATA #IMPLIED
|
||||
start CDATA #IMPLIED
|
||||
startstr CDATA #IMPLIED
|
||||
version CDATA #REQUIRED>
|
||||
|
||||
<!ELEMENT prescript (script* | (a, b?) | b)>
|
||||
<!ELEMENT postscript (script* | (a, b?) | b)>
|
||||
@@ -127,6 +134,6 @@ version 0, which was rather different. -->
|
||||
|
||||
<!ELEMENT hostscript (script | a | b)*>
|
||||
|
||||
<!ENTITY % diff-elem "(prescript | postscript | host | status | address | hostname | extraports* | port | state | service | script | os | osmatch* | hostscript)">
|
||||
<!ENTITY % diff-elem "(nmaprun | prescript | postscript | host | status | address | hostname | extraports* | port | state | service | script | os | osmatch* | hostscript)">
|
||||
<!ELEMENT a %diff-elem;>
|
||||
<!ELEMENT b %diff-elem;>
|
||||
|
||||
Reference in New Issue
Block a user