Add to CHANGELOG:

o [Ncat] The HTTP proxy server now accepts client connections over
  SSL. That means connections to the proxy can be encrypted and
  authenticated. We haven't found any HTTP clients that directly
  support SSL connections to proxies, but you can use Ncat as a tunnel
  to an SSL-supporting Ncat proxy. This new feature was implemented by
  Markus Klinik.
This commit is contained in:
david 2010-03-15 21:24:35 +00:00
parent 2f00ea5cb7
commit 7d1aa1a634

View file

@ -2,6 +2,13 @@
[NOT YET RELEASED]
o [Ncat] The HTTP proxy server now accepts client connections over
SSL. That means connections to the proxy can be encrypted and
authenticated. We haven't found any HTTP clients that directly
support SSL connections to proxies, but you can use Ncat as a tunnel
to an SSL-supporting Ncat proxy. This new feature was implemented by
Markus Klinik.
o [NSE] Added the smtp-enum-users script from Duarte Silva, which
attempts to find user account names over SMTP.