Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Releases: outbit/bandicoot

v0.0.9

29 Jan 04:32
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Version bump from v0.0.8 to work around pypi upload mistake. This is the same release as v0.0.9.

Features

  • Added stats command
  • updated help command to be more readable
  • Plugins are now loadable from external path

Bug Fixes

  • Latest ldap3 library broke the exception path

v0.0.8

29 Jan 04:31
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

Features

  • Added stats command
  • updated help command to be more readable
  • Plugins are now loadable from external path

Bug Fixes

  • Latest ldap3 library broke the exception path

v0.0.7

14 Sep 02:15
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
  • Fixed Bug Flask Broken Pipe when multiple requests are made
  • Added basic web GUI for submitting actions

v0.0.6

02 Aug 05:32
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • Encryption_password length is not limited to 8, 16, and 32. It can now be any length.
  • Fixed bug where the "secure" configuration option didn't work.
  • Added feature where encryption_password can be changed after the installation.
  • Fixed bug in unit tests that printed a broken pipe error.
  • Changed ssl options where outbit is secure by default. You now have to specify if you disable security or ignore verifying certificates.

v0.0.5

20 Jul 02:32
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Basic LDAP Authentication Support
  • Tracks inventory and whats been run on the inventory
  • Schedules which are similar to the Linux CRON that can be used to schedule actions
  • Fixed bug where jobs kill did not properly terminate a job
  • Docker container was added and Dockerfile exists to automate creation
  • Fixed major bug where an invalid username can crash the server
  • Users are now able to change their own password

v0.0.4

30 Jun 05:58
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Automated install works for api server
  • Roles work and permissions work on roles
  • Basic Ansible plugin provided
  • SSL support
  • Job management, ability to background jobs, kill, and collect the result at a later time.
  • Secrets can be used to pass sensitive information to a plugin, they can be files or text

v0.0.3

11 Jun 16:55
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Fully funcational Cli was implemented using a LALR parser
  • Extendable design for plugins and user defined actions is working
  • Basic plugin for running a command was added
  • Roles were added, but are not currently enforced or usable.
  • User creating and deletion was added

v0.0.2

11 Jun 16:20
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • CLI is functional
  • Progress was made on the initial design

v0.0.1

11 Jun 16:18
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial Release

  • Project layout
  • Design plans and basic cli implementation