GoCrack v2.0 Release Notes

  • ๐Ÿ†• New Features:

    • ๐Ÿ— Multiple cracking engines: GoCrack can easily leverage multiple password cracking engines simply by building a wrapper around the engine interface
    • Multiple authentication providers: GoCrack can use third-party authentication providers and ships with LDAP and database backends
    • ๐Ÿ”Œ Multiple database backends: Use whatever database you want! (as long as a backend plugin has been written). Ships with a boltdb (flatfile, in-memory) backend
    • ๐Ÿ‘Œ Improved Notifications: Emails will be sent out whenever a task you created has had a state change. Browser Notifications are now supported as well
    • ๐Ÿ’ป File Manager: Manage both task and engine files from the Web UI
    • ๐Ÿ†• New Web UI: Refactored the UI to streamline task creation and added support for pagination and searching of tasks
    • Auditing: Viewing passwords, task info, and modifications are now logged and viewable to administrators
    • Entitlements: Access to tasks and files is controlled by a new entitlement system

    ๐Ÿ”„ Changes:

    • ๐Ÿ‘ท Switched from a custom PUB/SUB framework to HTTP/HTTP2 for Server<->Worker comms
    • ๐Ÿ‘Œ Improved the build process by removing hardcoded references to CUDA and added build tags to customize the included features in the binary
    • ๐Ÿ‘Œ Improved support for debugging and logging to terminal
      • Added an embedded, configurable pprof for the worker and it's children
      • Pretty Print messages to stdout/sterr if running in an interactive terminal
    • ๐Ÿ‘Œ Improved test coverage
    • ๐Ÿšš Moved gocrack integration to a separate library, gocat
    • ๐Ÿ‘ท One worker per server. In version 1.X, it was practice to run a worker per GPU incase you had N jobs each using 1 GPU. Now, only 1 worker is needed and will spawn processes as needed
    • ๐Ÿ‘Œ Improved the number of metrics exported by the server & worker