dmiller
|
4d106cbe23
|
Remove unneeded requires
|
2015-02-28 12:43:59 +00:00 |
|
batrick
|
810f7d4803
|
more stdnse.print_debug -> stdnse.debug
This is a catchall pattern with a few exclusions.
$ sed -i 's/stdnse.print_debug( *\([0-9]*\) *, *\(.*\))/stdnse.debug\1(\2)/' *.nse
$ sed -i 's/stdnse.print_debug(\(.*\))/stdnse.debug1(\1)/' *.nse
Excluded:
$ svn revert db2-das-info.nse
$ svn revert flume-master-info.nse
$ svn revert http-headers.nse
$ svn revert http-methods.nse
$ svn revert http-unsafe-output-escaping.nse
$ svn revert http-userdir-enum.nse
$ svn revert http-vuln-cve2011-3192.nse
$ svn revert http-vuln-wnr1000-creds.nse
$ svn revert http-wordpress-plugins.nse
$ svn revert telnet-brute.nse
|
2014-08-02 02:46:16 +00:00 |
|
batrick
|
5161b8642a
|
stdnse.print_debug -> stdnse.debug1
$ sed -i 's/stdnse.print_debug(1, "%s: \([^"]*\)", SCRIPT_NAME/stdnse.debug1("\1"/' *.nse
|
2014-08-01 21:29:42 +00:00 |
|
dmiller
|
63db1bfd12
|
Replace inline tabs with spaces.
Left some in the @output section, since libraries are apparently
emitting tab-separated tables (mysql or mssql)
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-03 16:49:26 +00:00 |
|
dmiller
|
d36c08dcf5
|
Re-indent some scripts. Whitespace-only commit
https://secwiki.org/w/Nmap/Code_Standards
|
2014-01-31 13:02: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
|
fd2130bae1
|
Update categories for jdwp-exec and jdwp-inject
Categories for both: exploit, intrusive
per http://seclists.org/nmap-dev/2013/q1/105
|
2013-01-25 21:23:02 +00:00 |
|
david
|
67aa5516f4
|
Fix various NSEDoc problems.
Found by David Matousek.
http://seclists.org/nmap-dev/2013/q1/88
|
2013-01-24 18:04:42 +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 |
|
dmiller
|
a9140ddb92
|
Debugging changes to jdwp-* scripts, better error output
|
2012-08-14 21:07:50 +00:00 |
|
patrik
|
17e56e8271
|
nse_check_globals cleanup
|
2012-08-14 18:47:46 +00:00 |
|
aca
|
16aa7a938d
|
Merged jdwp library, scripts and java classes into trunk
|
2012-08-14 11:31:08 +00:00 |
|