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:
@@ -1,7 +1,11 @@
|
||||
<!-- DTD for Nmap XML --script-help output.
|
||||
nmap --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?)>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user