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

Add some indexterms to docs/scripting.xml and docs/refguide.xml.

This commit is contained in:
david
2008-06-18 18:43:27 +00:00
parent 37dff042e0
commit 136cdf787c
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<title>Introduction</title>
<indexterm><primary>Nmap Scripting Engine</primary></indexterm>
<indexterm><primary>scripting</primary><see>Nmap Scripting Engine</see></indexterm>
<para>The Nmap Scripting Engine (NSE) is one of Nmap's most
powerful and flexible features. It allows users to write (and
share) simple scripts to automate a wide variety of networking
@@ -354,6 +355,9 @@ are to be run against the target hosts instead of the default set. Nmap
will try to interpret the arguments at first as categories and afterwards
as files or directories. Absolute paths are used as is, relative paths are
searched in the following places until found:
<indexterm><primary>data files</primary><secondary>directory search order</secondary></indexterm>
<indexterm><primary>scripts</primary><secondary>directory locations</secondary></indexterm>
<indexterm><primary>scripts</primary><secondary>directory locations</secondary></indexterm>
<filename>--datadir/</filename>;
<filename>$(NMAPDIR)/</filename>;
<filename>~user/nmap/</filename> (not searched on Windows);