mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 10:38:02 +00:00
with modifications from [2].
** Short description from [1] **
I have created a patch to NSE that replaces runlevels with a table of
dependencies that clearly outlines what other scripts the script
depends on. The table is of the form:
dependences = {"script1", script2", ...}
Runlevels become an internal representation of the order of scripts
that are generated by the dependencies. Dependencies only enforce
an execution order and not a requirement for execution.
[1] http://seclists.org/nmap-dev/2009/q4/295
[2] http://seclists.org/nmap-dev/2009/q4/446
|
||
|---|---|---|
| .. | ||
| man-xlate | ||
| device-types.txt | ||
| leet-nmap-ascii-art.txt | ||
| legal-notices.xml | ||
| nmap-install.xml | ||
| nmap-man-enclosure.xml | ||
| nmap-usage.xml | ||
| nmap.1 | ||
| nmap.dtd | ||
| nmap.usage.txt | ||
| nmap.xsl | ||
| nmap_gpgkeys.txt | ||
| README | ||
| refguide.xml | ||
| scripting.xml | ||
| TODO | ||
| TODO.sctp | ||
| win32-installer-zenmap-buildguide.txt | ||
| zenmap.1 | ||
| zenmap.xml | ||
Here is some documentation for Nmap, but these files are much less comprehensive than what you'll find at the actual Nmap documentation site ( http://nmap.org ).