Tags

Tags give the ability to mark specific points in history as being important
  • v2.0.0

    3efb2596 · Updated the documentation ·
    ### Added in version 2.0.0
    
    * Made the project installable from PyPi.
    * `.gitlab-ci.yml` file to scan for secrets
    * Sanity checks for the `blacklist` key in the config file.
    * Documentation for installing the honeypot on Windows.
    
    ### Changed in version 2.0.0
    
    * Increased the version number
    * Corrected the port exposed in the `Dockerfile`
    * Got rid of `getlist()`
    * Improved the XMPP plugin to make it compatible with Python 2.x
    * Fixed the honeypot name in the Discord documentation and in the HPFeeds and
    Kafka plugins
    * Updated the documentation with information how to start the honeypot at boot
    time
    * Fixed a bug in the PostgreSQL output plugin
    * Switched to a hardened Docker image for Python.
    * The depenency installation now allows you to install only the dependencies for
      the modules that you actually intend to use, instead of all of them.
    * The program version now exists in a single place.
  • v1.0.0

    6ade5616 · Fixed the header contents ·
    Release: Version 1.0.0
    Initial release