batrick
|
a19c9eb461
|
stdnse.print_verbose -> stdnse.verbose1
$ sed -i 's/stdnse.print_verbose( *\([0-9]*\) *, *" *%s *:* *\([^"]*\)" *, *SCRIPT_NAME/stdnse.verbose\1("\2"/' *.nse
$ sed -i 's/stdnse.print_verbose( *" *%s *:* *\([^"]*\)" *, *SCRIPT_NAME/stdnse.verbose1("\1"/' *.nse
and some manual corrections.
|
2014-08-02 18:32:26 +00:00 |
|
batrick
|
91a106e7d5
|
more stdnse.print_debug -> stdnse.debug
Manual corrections.
|
2014-08-02 03:15:44 +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
|
c94d5970ff
|
stdnse.print_debug -> stdnse.debug1
sed -i 's/stdnse.print_debug("%s: \([^"]*\)", SCRIPT_NAME/stdnse.debug1("\1"/' *.nse
|
2014-08-01 21:31:04 +00:00 |
|
claudiu
|
39def56cde
|
Fix false positives with SSL/TLS implementations that are not OpenSSL
|
2014-06-20 10:20:24 +00:00 |
|
dmiller
|
8f6cd9ccc5
|
Restore STARTTLS support in ssl-ccs-injection
|
2014-06-12 12:28:08 +00:00 |
|
claudiu
|
2eaf0f83cc
|
New script detecting CCS Injection vulnerability in OpenSSL
|
2014-06-11 13:43:28 +00:00 |
|