pySSLScan 0.5 released

All new features are based on the new features introduced in FlexTLS 0.3.

Changelog:

  • Add support to scan DTLS 1.0 and DTLS 1.2 enabled services
  • Add support to handle fragmentation
  • Add support to enumerate elliptic curves
  • Add support to enumerate point formats
  • Add improved error handling for commandline parameters
  • Add support to handle connection state
  • Add support for LDAP and RDP
  • Load term module if no report module given

pySSLScan with DTLS support

Version 0.5 of pySSLScan will support DTLS. Have a look at the following example to see how it works.

Weiter lesen ...


pySSLScan 0.4 released

Changelog:

  • Use flextls module for scans
    • Most scans have been rewritten to be more flexible
    • Support additional ciphers
    • Minimize OpenSSL dependencies
  • New server.compression scan to explicitly scan for supported compression methods
  • Minimize number of requests during cipher scans
  • Improve detection of preferred ciphers
  • Don't perform a full handshake during cipher scans

pySSLScan 0.2 released

We have released version 0.2 of our pySSLScan framework.

Changelog:

  • Improve API documentation and docstrings
  • Support for Python 2.x
  • Add logging support
  • Improve the command-line UI

For more information have a look at the pySSLScan project page.