4.0.0 Alpha
#2314
Replies: 1 comment 2 replies
-
Hi Caldera team, Anyways, thank you for the brilliant work! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
** Plugin UIs are still being updated so this will remain a pre-release until then
New UI
We are re-imagining the way end users interact with CALDERA. This includes large updates to the UI.
Included is a new abilities screen to easily manage your extensive library.
API v2
Calling all builders! For all those who build on the CALDERA platform we have a whole new API with full documentation. Currently docs are available once you start up the server. Look for a link at the bottom of the navigation menu "api docs"
C2 Channels
We've introduced some new C2 channels, including:
Agent Updates
Knowledge Service
New service created to better manage facts and information during an operation or when performing analysis
File upload/download encoding
Supports basic file encoding (plaintext and base64) for payload downloads and file uploads. To encode a downloaded payload or uploaded file, set the “x-file-encoding" HTTP header accordingly when making the download/upload request. Available data encoders are defined as Python modules in app/data_encoders. Currently supported encoders are “plain-text” and “base64”
Auth service
Add support for custom login handlers, as well as a new SAML authentication plugin.
Other Changes
New CALDERA Contributors
Thank you to the MANY builders of CALDERA on and off Github!
Full Changelog: 3.1.0...4.0.0-alpha
This discussion was created from the release 4.0.0 Alpha.
Beta Was this translation helpful? Give feedback.
All reactions