This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
Releases: outbit/bandicoot
Releases · outbit/bandicoot
v0.0.9
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
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
- Fixed Bug Flask Broken Pipe when multiple requests are made
- Added basic web GUI for submitting actions
v0.0.6
- 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
- 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
- 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
- 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
- CLI is functional
- Progress was made on the initial design
v0.0.1
Initial Release
- Project layout
- Design plans and basic cli implementation