1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Do some miscellaneous indexing.

This commit is contained in:
david
2008-07-04 01:05:22 +00:00
parent ca77bf952a
commit e8fa6f9739
3 changed files with 20 additions and 7 deletions

View File

@@ -415,11 +415,14 @@ If you make code changes to fix the problem, please send a patch
(created with <command>diff -uw oldfile newfile</command>) and any details about your problem and platform to me at <email>fyodor@insecure.org</email>. Integrating the change into the base Nmap distribution allows many other users to benefit, and prevents you from having to make the changes with each new Nmap version.</para></listitem></varlistentry>
<varlistentry><term>Ask Google and other Internet resources</term>
<listitem><para>Try searching for the exact error message on Google or other search engines. You might also want to browse recent activity on the Nmap development (<citetitle>nmap-dev</citetitle>) list&mdash;archives are available at <ulink url="http://seclists.org" />.</para></listitem></varlistentry>
<listitem><para>Try searching for the exact error message on Google or other search engines. You might also want to browse recent activity on the Nmap development (<citetitle>nmap-dev</citetitle>)
<indexterm><primary><citetitle>nmap-dev</citetitle> mailing list</primary></indexterm>
list&mdash;archives are available at <ulink url="http://seclists.org" />.</para></listitem></varlistentry>
<varlistentry><term>Ask <citetitle>nmap-dev</citetitle></term>
<listitem><para>If none of your research has led to a solution for
your problem, try sending a report to the Nmap development (<citetitle>nmap-dev</citetitle>)
<indexterm><primary><citetitle>nmap-dev</citetitle> mailing list</primary></indexterm>
list. If you subscribe first, your message gets through faster
because it does not go through moderation. Subscribe by
sending a blank email to
@@ -1157,7 +1160,9 @@ fanatics.</para>
SGI IRIX. The Nmap project mostly depends on the user community to
maintain adequate support for these systems. If you have trouble, try
sending a report with full details to the <citetitle>nmap-dev</citetitle> mailing list
(<email>nmap-dev@insecure.org</email>). If you develop a patch which
(<email>nmap-dev@insecure.org</email>).
<indexterm><primary><citetitle>nmap-dev</citetitle> mailing list</primary></indexterm>
If you develop a patch which
improves support on your platform, please email it to <citetitle>nmap-dev</citetitle> or to me at <email>fyodor@insecure.org</email>.</para>
</sect1>

View File

@@ -1984,10 +1984,11 @@ way.</para>
<listitem>
<para>Runs a script scan (like <option>-sC</option>) with the scripts you have chosen rather than the defaults. Arguments can be script categories, single scripts or directories with scripts which 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>NMAPDIR environment variable</primary></indexterm>
<filename>--datadir/</filename>;
<indexterm><primary><envar>NMAPDIR</envar> environment variable</primary></indexterm>
<filename>$(NMAPDIR)/</filename>;
<filename>~user/nmap/</filename> (not searched on Windows);
<indexterm><primary><filename>NMAPDATADIR</filename></primary></indexterm>
<filename>NMAPDATADIR/</filename> or
<filename>./</filename>. A <filename>scripts/</filename> subdirectory is also tried in each of these. Give the argument <literal>all</literal> to execute all scripts in the Nmap script database.
</para>
@@ -2235,7 +2236,9 @@ could be useful when a network is so unreliable that even Nmap's
default is too aggressive. Since Nmap only reduces the timeout down to
the minimum when the network seems to be reliable, this need is
unusual and should be reported as a bug to the <citetitle>nmap-dev</citetitle> mailing
list.</para>
list.
<indexterm><primary><citetitle>nmap-dev</citetitle> mailing list</primary></indexterm>
</para>
</listitem>
</varlistentry>
@@ -3178,7 +3181,9 @@ self-explanatory. You may get something like: <computeroutput>Timeout
vals: srtt: -1 rttvar: -1 to: 1000000 delta 14987 ==> srtt: 14987
rttvar: 14987 to: 100000</computeroutput>. If you don't understand a line, your only recourses
are to ignore it, look it up in the source code, or request help from
the development list (<citetitle>nmap-dev</citetitle>). Some lines are self explanatory, but
the development list (<citetitle>nmap-dev</citetitle>).
<indexterm><primary><citetitle>nmap-dev</citetitle> mailing list</primary></indexterm>
Some lines are self explanatory, but
the messages become more obscure as the debug level is
increased.</para>
@@ -3798,7 +3803,9 @@ overwhelming requests. Specify <option>--open</option> to only see
do some research to determine whether it has already been
discovered and addressed. Try Googling the error message or
browsing the <citetitle>nmap-dev</citetitle> archives at <ulink
url="http://seclists.org/" />. Read this full manual page as
url="http://seclists.org/" />.
<indexterm><primary><citetitle>nmap-dev</citetitle> mailing list</primary></indexterm>
Read this full manual page as
well. If nothing comes of this, mail a bug report to
<email>nmap-dev@insecure.org</email>. Please include everything
you have learned about the problem, as well as what version of

View File

@@ -134,7 +134,8 @@
latest version available from <ulink url="http://nmap.org"/>. If
the problem persists, do some research to determine whether it has already
been discovered and addressed. Try Googling the error message or browsing
the <citetitle>nmap-dev</citetitle> archives at <ulink url="http://seclists.org/" />. Read this
the <citetitle>nmap-dev</citetitle> archives at <ulink url="http://seclists.org/" />.
Read this
full manual page as well. If nothing comes of this, mail a bug report to
<email>nmap-dev@insecure.org</email>. Please include everything you have
learned about the problem, as well as what version of Zenmap you are running