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