Python ssdeep 3.1.1 released

Version 3.1.1 of the Python ssdeep binding has been released today. The new version is already available from PyPI and from AUR for Arch Linx.

Short changelog:

  • Updated status from Beta to Stable
  • Fix builds on Windows
  • Update included ssdeep library from 2.10 to 2.12
  • Minor fixes

Python OverPy 0.1 released

Version 0.1 of our Python wrapper for the OpenStreetMap Overpass API named OverPy is a Proof of Concept. But many features have already been added and we will add more for the next release.

Short changelog:

  • Initial release

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

Python FlexTLS 0.2 released

FlexTLS is still in Alpha state of development. But many new features have been added for this release.

Changelog:

  • Add Registry to store global information
    • Add SSL and TLS cipher suites
    • Add named curves
    • Add signature and hash algorithms
  • Add support to parse SSLv2 ClientHello and ServerHello packages

Python ssdeep 3.1 released

Version 3.1 of the ssdeep Python binding has been released today.

Weiter lesen ...


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.


CentOS 7 freigegeben

Bereits 27 Tage nach der offiziellen Freigabe von Red Hat Enterprise Linux (RHEL) ist der freie Nachbau CentOS 7 erschienen.

Weiter lesen ...


python-ssdeep in AUR

The latest version of python-ssdeep can be installed very easily on Arch Linux by using AUR. The package for Python 2.x is named python2-ssdeep and the package for Python 3.x is named python-ssdeep.

The PKGBUILD files are available in the python-ssdeep git repository. Feel free to open a pull request if you want to improve it.

For more information have a look at the python-ssdeep project page.


python-ssdeep 3.0 released

We have released version 3.0 of our ssdeep Python binding. It has been completely rewritten to use cffi instead of cpython. The license has also been changed from GPLv2 to LGPLv3+.

More information are available on the python-ssdeep project page


ArduRPC 0.3 released

We have released version 0.3 of ArduRPC and version 0.2 of ArduRPC-python.

ArduRPC brings remote procedure calls to microcontrollers. It has been developed for Arduino based projects but can also be used with other platforms.

ArduRPC-python is a library for Python to control a microcontroller board by using the ArduRPC protocol.

More information are available on the ArduRPC project page.