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 |
|
devin
|
d68396d823
|
Merged Lpeg branch
|
2014-06-26 20:12:54 +00:00 |
|
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
|
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 |
|
kroosec
|
2f21e49cfb
|
Updated http-drupal-modules documentation.
|
2012-08-25 17:31:53 +00:00 |
|
kroosec
|
e3db186435
|
xml output support for http-drupal-modules.nse
|
2012-08-25 14:02:27 +00:00 |
|
batrick
|
000f6dc4d9
|
Lua 5.2 upgrade [1] for NSE.
[1] http://seclists.org/nmap-dev/2012/q2/34
|
2012-05-27 08:53:32 +00:00 |
|
kroosec
|
fd98061754
|
Fixed a small typo (--script-arg ) in 5 scripts.
|
2012-05-20 16:05:55 +00:00 |
|
kroosec
|
9d37d8bdca
|
Added fallback to GET + body grepping for servers that return non 404 status codes for inexisting files.
|
2012-05-17 11:46:00 +00:00 |
|
kroosec
|
ced6a8cc01
|
o [NSE] Added the script http-drupal-modules, which enumerates the installed
Drupal modules using drupal-modules.lst. [Hani Benhabiles]
|
2012-05-16 00:14:16 +00:00 |
|