dmiller
|
3af66a0445
|
VNC revamp and extension
|
2016-04-01 22:29:39 +00:00 |
|
dmiller
|
f272172721
|
Negotiate down VNC versions for unknown versions instead of failing
|
2016-03-28 13:31:24 +00:00 |
|
dmiller
|
23bb9ef5ce
|
Add TLS support for VNC
|
2016-03-27 15:06:33 +00:00 |
|
dmiller
|
377b52c112
|
Add STARTTLS for LMTP
|
2016-03-26 13:42:13 +00:00 |
|
dmiller
|
c8c4da0d6f
|
Check for service name before port number to work on nonstandard ports
|
2016-03-26 13:42:12 +00:00 |
|
dmiller
|
a8086a222e
|
Fix STARTLS for LDAP on nonstandard ports
|
2016-03-26 13:42:11 +00:00 |
|
dmiller
|
4db5bf502f
|
Avoid attempting TLS over UDP protocols in sslcert.lua
|
2016-03-25 14:02:04 +00:00 |
|
dmiller
|
37c3a16a27
|
Add STARTTLS support for NNTP
|
2016-03-25 14:02:03 +00:00 |
|
dmiller
|
2b86ab11dc
|
Allow ssl-* to work with TDS (MS SQL server)
|
2016-03-19 20:44:33 +00:00 |
|
dmiller
|
a7502f54e2
|
Add STARTTLS support for Postgresql
|
2016-02-03 20:09:24 +00:00 |
|
dmiller
|
0816975261
|
Factor out some common code in sslcert.lua
|
2016-02-03 20:09:23 +00:00 |
|
dmiller
|
2871ba3e6c
|
New function, sslcert.parse_ssl_certificate
For reasons, the function is exported from nse_ssl_cert.cc into
nmap.socket, then included and documented in sslcert.lua because it fits
better there.
|
2014-11-05 05:55:52 +00:00 |
|
tomsellers
|
ea749d785b
|
Fixed a bug in the sslcert.lua library that was triggered against certain services when version detection was used.
http://seclists.org/nmap-dev/2014/q4/110
|
2014-10-25 18:38:17 +00:00 |
|
dmiller
|
9cb2800c97
|
Revert r33755 (broken fix)
|
2014-10-25 12:18:15 +00:00 |
|
dmiller
|
553e827110
|
sslcert: if -sV detects ssl, then no STARTTLS is needed
|
2014-10-25 12:09:55 +00:00 |
|
dmiller
|
f9abb3108c
|
Streamline starttls functions for smtp, pop3, and imap
|
2014-09-24 20:31:47 +00:00 |
|
dmiller
|
3e2ac00e55
|
Leverage ftp and comm libs in sslcert.lua
This should result in faster (comm.lua's timeouts) and more reliable
(ftp.lua's response processing) STARTTLS for FTP
|
2014-09-24 20:31:45 +00:00 |
|
batrick
|
4b9f1c6766
|
nselib stdnse.print_debug -> stdnse.debug
Manual fixes.
|
2014-08-03 01:17:09 +00:00 |
|
batrick
|
ee6622aea4
|
nselib stdnse.print_debug -> stdnse.debug
$ f() { find -name \*.lua -exec /bin/echo sed -i "$1" {} \; ; }
$ f 's/stdnse.print_debug( *\([0-9]*\) *, */stdnse.debug\1(/'
$ f 's/stdnse.print_debug( *"\(.*\))/stdnse.debug1("\1)/'
|
2014-08-03 00:56:45 +00:00 |
|
batrick
|
a809f52d5d
|
level should be a number
|
2014-08-03 00:43:03 +00:00 |
|
claudiu
|
2772733958
|
STARTTLS support for LDAP
|
2014-06-20 10:11:38 +00:00 |
|
claudiu
|
0f17475b15
|
Implemented STARTTLS support for IMAP and POP3
|
2014-06-17 07:46:55 +00:00 |
|
dmiller
|
b73a7254e0
|
NSEdoc for some sslcert.lua functions
|
2014-06-12 12:28:06 +00:00 |
|
dmiller
|
100ff6f238
|
Let sslcert do STARTTLS based on service, not just port number
|
2014-04-11 16:42:29 +00:00 |
|
dmiller
|
961ea25225
|
Re-indent some NSE libraries.
https://secwiki.org/w/Nmap/Code_Standards
|
2014-02-03 19:47:34 +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 |
|
aca
|
d80183edab
|
Small refactorization to sslcert.lua, split specialized functions into two, with and without calling reconnect_ssl
|
2012-08-03 16:11:50 +00:00 |
|
patrik
|
709fce67b1
|
Applied patches from Dan Miller to fix bugs in http and sslcert libraries;
http://seclists.org/nmap-dev/2012/q2/696
|
2012-06-15 10:07:32 +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 |
|
fyodor
|
9dc6efdb51
|
Update library descriptions (mostly to add expanded names to acronym protocols), also added description and/or author fields to libraries which didn't have them
|
2012-03-08 21:39:42 +00:00 |
|
patrik
|
765c5854b3
|
o [NSE] Added a sslcert library that gets and caches SSL certificates in the
registry. Modified the scripts ssl-cert and ssl-google-cert-catalog to take
advantage of this change. [Patrik]
|
2012-02-23 19:26:37 +00:00 |
|