dmiller
|
74a88c0804
|
Let ssl-cert grab certs from DTLS services. Fix rules for TCP-only scripts
|
2024-06-03 19:00:33 +00:00 |
|
dmiller
|
110d9b7adf
|
Fix wrong library typo
|
2018-11-06 15:07:01 +00:00 |
|
dmiller
|
dcc0e3ed7e
|
New tableaux library containing table auxiliary functions.
|
2018-10-17 15:34:30 +00:00 |
|
dmiller
|
8c8f0fbf7c
|
Be more strict to avoid false positives in ssl-ccs-injection. Fixes #1322
|
2018-09-14 20:13:53 +00:00 |
|
dmiller
|
71cc60d68c
|
Remove some unused requires
|
2018-08-27 22:00:13 +00:00 |
|
dmiller
|
cd3253f5a2
|
New script, https-redirect
|
2018-06-28 03:43:27 +00:00 |
|
dmiller
|
41199b7eea
|
Use default EC curves instead of all throughout.
|
2017-10-31 04:26:59 +00:00 |
|
dmiller
|
a24006e0b7
|
Check the appropriate functions in portrules for SSL/TLS
|
2016-04-11 20:42:02 +00:00 |
|
dmiller
|
f4619edece
|
Update http urls for nmap.org to https
|
2015-11-05 20:41:05 +00:00 |
|
dmiller
|
4d106cbe23
|
Remove unneeded requires
|
2015-02-28 12:43:59 +00:00 |
|
dmiller
|
0e74dd7a35
|
Replace some string.char and bin.pack calls with literals
|
2015-02-27 19:42:56 +00:00 |
|
dmiller
|
c4ad3ff4d6
|
Fix some error handling in ssl scripts
|
2014-10-25 18:58:18 +00:00 |
|
dmiller
|
6d421b2e67
|
Correct CVE number for ssl-ccs-injection
|
2014-09-06 03:09:37 +00:00 |
|
dmiller
|
b6e59efb4b
|
Add stdnse.keys() for extracting keys from a table
|
2014-09-05 13:08:09 +00:00 |
|
claudiu
|
15692e18c3
|
Removed print
|
2014-08-11 23:32:56 +00:00 |
|
claudiu
|
73d69527ab
|
Fix false positive on socket timeout
|
2014-08-11 23:29:32 +00:00 |
|
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 |
|