1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 11:39:03 +00:00

Include the "scripts" and "nselib" directory paths in XML --script-help

output.
This commit is contained in:
david
2011-01-28 04:15:21 +00:00
parent 31d164ccf5
commit 5fa2e66900
2 changed files with 17 additions and 1 deletions

View File

@@ -1,7 +1,11 @@
<!-- DTD for Nmap XML -&#45;script-help output.
nmap -&#45;script-help "<rules>" -oX - -->
<!ELEMENT nse-scripts (script*)>
<!ELEMENT nse-scripts (directory*, script*)>
<!ELEMENT directory EMPTY>
<!ATTLIST directory name (scripts|nselib) #REQUIRED path CDATA #REQUIRED>
<!ELEMENT script (categories?, description?)>