dmiller
1b71f75aad
Spelling fixes for Lua files
...
Mostly in documentation/comments, but a couple code bugs were caught,
including a call to stdnse.pirnt_debug and a mis-declared variable.
2014-02-19 04:15:46 +00:00
dmiller
d309fecd12
Re-indent some more scripts. Whitespace-only commit
...
https://secwiki.org/w/Nmap/Code_Standards
2014-02-02 15:33:29 +00:00
dmiller
620f9fdb34
Remove trailing whitespace in lua files
...
Whitespace is not significant, so this should not be a problem.
https://secwiki.org/w/Nmap/Code_Standards
2014-01-23 21:51:58 +00:00
dmiller
fdb0f775e2
Update timeout script-args to use standard timespec
...
Many scripts were documented as using timespecs (10s, 5000ms, etc) for
timeout script-args, but one 1 or 2 actually did. Now all timeout
script-args will accept timespecs, except those which took a number of
milliseconds, which remain unchanged.
Also fixed some documentation issues (missing script name in arg
description, missing nsedoc for args, etc)
2013-03-05 21:34:25 +00:00
fyodor
c58b302ee1
Fix some more typos and spelling errors
2012-11-16 09:13:53 +00:00
fyodor
f13353a610
Minor description updates (and sometimes just text reformatting) for some of the 85 new scripts(!) since Nmap 6.01
2012-11-15 23:05:31 +00:00
patrik
121cc35de6
nse_check_globals cleanup
2012-10-07 12:54:31 +00:00
david
9a21b96b49
Let -e work in ipv6-ra-flood. NSEDoc fixes.
...
Patch by Adam Števko.
2012-09-24 04:33:15 +00:00
david
6b86535138
Use parse_timespec for ipv6-ra-flood.timeout argument.
2012-09-23 21:15:24 +00:00
david
40a2af0a84
Description and timeout argument for ipv6-ra-flood.
...
Patch by Adam Števko.
2012-09-23 21:15:22 +00:00
david
7ddb82d555
Remove nonexistent @output from ipv6-ra-flood.nse.
2012-09-22 16:54:31 +00:00
david
00cc96ba95
Add ipv6-ra-flood script by Adam Števko.
...
http://seclists.org/nmap-dev/2012/q2/250
https://bitbucket.org/xenol/nse-scripts/raw/6d3ad48e6251/ipv6-ra-flood.nse
2012-09-20 00:50:05 +00:00