mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
19 lines
436 B
DTD
19 lines
436 B
DTD
<!-- DTD for Nmap XML --script-help output.
|
|
nmap --script-help "<rules>" -oX - -->
|
|
|
|
<!ELEMENT nse-scripts (directory*, script*)>
|
|
|
|
<!ELEMENT directory EMPTY>
|
|
|
|
<!ATTLIST directory name (scripts|nselib) #REQUIRED path CDATA #REQUIRED>
|
|
|
|
<!ELEMENT script (categories?, description?)>
|
|
|
|
<!ATTLIST script filename CDATA #REQUIRED>
|
|
|
|
<!ELEMENT categories (category*)>
|
|
|
|
<!ELEMENT category (#PCDATA)>
|
|
|
|
<!ELEMENT description (#PCDATA)>
|