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

181 Commits

Author SHA1 Message Date
fyodor
fea1ab7c39 Moved a bunch of scripts to the "safe" category, and some others to "intrusive" after
discussion on nmap-dev about how best to handle these.  I also updated the docs and
am about to regenerate script.db.  See this thread for more info:
http://seclists.org/nmap-dev/2009/q3/1008.html
2009-10-01 19:07:16 +00:00
fyodor
1681e7621b Add clear warnings about using --script=all. 2009-09-13 09:36:33 +00:00
batrick
080f592e89 Fixed a typo. 2009-08-07 22:58:45 +00:00
david
32c5bbf7f4 Put "strict.lua" in a filename element. Add an indexterm for it. Put
"nil" in a literal element.
2009-08-07 22:44:30 +00:00
batrick
80555cdc60 Added a note on the presence of strict.lua and the danger
of global variables for libraries.
2009-08-04 03:26:35 +00:00
david
0746a7a28a Change -sP from "ping scan" to "don't port scan" in the documentation,
while still mentioning that "ping scan" is a common term. Mention the
use of -PN and -sP together to run NSE host scripts without ping and
port scanning.
2009-07-17 23:47:11 +00:00
david
923f03707c Revise the new --script-args documentation, tweak formatting. 2009-05-29 16:25:03 +00:00
batrick
cfc16fb6de Updated refguide and scripting chapter of book to the new syntax of the
--script-args as well as a more full account of some details. The previous text
was very vague about some features, especially array values.
2009-05-29 07:14:48 +00:00
david
bee956bf44 Make the NSE "Usage Examples" conform to the style used in the rest of
the section. Rename the subsection "Complete Examples" because there are
already a lot of other partial examples. Add some indexterms.
2009-05-05 18:10:07 +00:00
david
089f3628fa Overhaul the "Usage and Examples" section of scripting.xml for better
exposition. Add lots more examples.
2009-05-05 17:52:11 +00:00
batrick
572b6fd4c0 Updated relevant section in the book concerning the --script switch which may
now use boolean operators.
2009-05-02 05:55:59 +00:00
fyodor
3e7edc0aa2 fix a stray period caught by Tor Houghton's sharp eye 2009-03-08 06:30:58 +00:00
david
31e62d195d Fix an awkward cross-reference in scripting.xml. The generated text looked like
"These five variables are described in <versioninfo>" because the reference was
to a list item, not to its enclosing section. I changed it so it becomes 'These
five variables are the same as those described under <versioninfo> in the
section called "match Directive"'.
2009-02-14 16:26:50 +00:00
fyodor
6d88616bb7 fix a slight wording problem noted by angico 2009-02-02 10:11:42 +00:00
fyodor
47198b7159 remove a stray period 2009-01-20 09:38:22 +00:00
fyodor
516a8ddd0c proofreading from Raul Siles 2008-12-31 22:22:12 +00:00
fyodor
f0928c9db3 update to new shorter format of Amazon URLs 2008-12-06 08:38:58 +00:00
fyodor
e02f4bc983 add chapter tags 2008-11-24 10:54:34 +00:00
fyodor
55220e7730 a few minor/spelling/typo changes suggested by Eric Krosnes 2008-11-11 20:36:31 +00:00
fyodor
692839d4e5 Replace example script scan with a newer one which also doesn't use old (removed) ripeQuery script. Change paragraph describing the example too. 2008-11-11 07:12:05 +00:00
fyodor
a3ae47ec82 Reduce length of skypev2 version detection script to fit better on page (removing blank lines, etc.) and rewrite a poorly-rendered line 2008-11-10 22:49:52 +00:00
david
6bcb9f7e7d Put </programlisting> in the first column in an example in scripting.xml to
avoid a trailing blank line.
2008-11-10 20:16:45 +00:00
david
9fc1305118 Remove a duplicate index term. 2008-11-10 18:20:39 +00:00
david
799443a215 Get rid of a couple of duplicate words in scripting.xml. 2008-11-10 17:46:46 +00:00
fyodor
3e414a5db7 fix up some id names 2008-11-10 01:32:52 +00:00
david
21ade2bae7 Fix a few one-character errors in scripting.xml. 2008-11-09 14:59:43 +00:00
fyodor
1f74b2361c Woohoo! Doen editing Ch9. 2008-11-08 11:39:48 +00:00
fyodor
6aa82f606d edited the section Adding C Modules to Nselib, and moved it from Implementation Details into the NSE Libraries section 2008-11-08 10:11:04 +00:00
fyodor
ce2ff40265 Edit more sections. Now all that remains is the final sect1, Implementation Details 2008-11-08 09:09:47 +00:00
fyodor
a70a3b9217 completed edits of more sections. Up to, but not yet including, Version Detection Using NSE. 2008-11-08 06:49:18 +00:00
david
2df024fe55 Add a missing parenthesis in scripting.xml. 2008-11-07 22:54:20 +00:00
fyodor
c272ad25b7 a bit more reorg of registry section 2008-11-07 22:13:27 +00:00
fyodor
04bc000dec Rewrite most of the registry section. Also standardized on lowercase as in 'the registry' or 'NSE registry'. It seems like a proper noun so I was planning to capitalize. But lowercase seems to be used just as often for the Windows registry -- even MS does so at http://support.microsoft.com/kb/256986. Wikipedia is inconsistent, but tends to lowercase the Windows registry. 2008-11-07 22:06:53 +00:00
fyodor
da08bf8a0d edits to exception handling section - next up is the Registry 2008-11-07 21:26:56 +00:00
fyodor
963e9d8e19 remove text about the registry being rebuilt for every group, as that is something we will likely fix soon 2008-11-07 20:09:48 +00:00
david
2b79162d61 Fix a few typos, a probable typo ("as the time of this writing" -> "at the time
of this writing", and put "script" at the end of index terms that refer to
scripts whose source is in the text.
2008-11-07 15:38:09 +00:00
fyodor
b3c181273e rewrote/reorganized much of Thread Mutexes. Next will come Exception Handling 2008-11-07 10:55:44 +00:00
fyodor
d8efd99ede rewrite much of 'Raw packet network I/O section'. Next comes 'Thread Mutexes'. 2008-11-07 10:23:53 +00:00
fyodor
81f8cde599 missed on tiny change due to forgetting to save emacs buffer 2008-11-07 09:59:10 +00:00
fyodor
41d3087195 big scripting.xml cleanup, but only up to the 'Raw packet network I/O' section so far. I'm starting that setion next 2008-11-07 09:58:47 +00:00
david
824ee3c257 Small typo fixes from spell checking. 2008-11-07 01:03:00 +00:00
david
1ff973e495 Update script names in scripting.xml. 2008-11-06 03:39:33 +00:00
david
02ff37d490 Update the script args example to use whois instead of anonFTP; anonFTP doesn't
take any args, let alone a table.
2008-11-06 03:12:58 +00:00
david
4863d506c1 Remove script ids. Scripts are identified by file name in output (just the
basename without ".nse", or the full path with debugging level 2 or higher).
This includes documentation changes in scripting.xml.
2008-11-05 00:52:55 +00:00
david
c72fb10acc Make some more little proofreading changes in scripting.xml. 2008-11-04 23:58:57 +00:00
david
746d58b754 Fix some awkward wording and escape <code> in an NSEDoc example (otherwise
DocBook interprets the tags).
2008-11-04 23:53:30 +00:00
david
4a70a4f2f6 Update a script description excerpt in scripting.xml. 2008-11-04 23:45:16 +00:00
david
ea29e71ede Spell out a couple more numbers 0-9, some that had a left parenthesis before
them.
2008-11-04 23:37:35 +00:00
david
62a5a02abd Remove a mention of showSSHVersion.nse and update the text around the "typical
NSE example" to refer to the scripts whose output is shown.
2008-11-04 22:54:07 +00:00
david
14fc84bd49 Update finger.nse in scripting.xml to match the latest version of the script.
Also take the example script out of a sect2 and put it directly in the
enclosing sect1 (the sect1 was empty except for the sect2).
2008-11-04 22:47:17 +00:00