caldera icon indicating copy to clipboard operation
caldera copied to clipboard

Automated Adversary Emulation Platform

Results 159 caldera issues
Sort by recently updated
recently updated
newest added

## Description Fixes a bug where when viewing an ability on the adversaries page, clicking the "Save & Add" button would lock up the page, requiring a page reload. ##...

**Describe the bug** When editing an existing Ability of an Adversary Profile (not when adding a new one), when you click the **Save & Add** button it saves the changes,...

bug

## Description Configure the coverage tool to ignore @abstractmethods. Not a bugfix; just improves our coverage reports. ## How Has This Been Tested? Ran tox and checked coverage report both...

**Describe the bug** Unreadable caldera log: ![image](https://user-images.githubusercontent.com/65189039/184154566-0055fb0d-85d5-44a2-8a8d-787febdfc66d.png) We get the string `` instead of `30cfed4036baf152888affdcd814312c` **To Reproduce** Steps to reproduce the behavior: 1. place an ability .yml file to the...

bug

## Description When using obfuscation for commands (e.g., Base64), the operations timeline now also contains the plaintext command to decode the actual command (e.g. `eval "$(echo d2hvYW1p | base64 --decode)"`)....

**Describe the bug** Executing an ability that uses Metasploit, e.g. an ability that was generated using the Access plugin, results in the following error: `stty: 'standard input': Inappropriate ioctl for...

bug

## Description Creates new Reasons enum within `c_operation.py`. These Reasons are used by `_check_reason_skipped()` to determine why operation abilities didn't run. Reasons are ordered by priority, with lower values indicating...

Plugins can use the event_svc to subscribe to events. If a plugin wants to react if a fact is added or updated there is currently no event fired to subscribe...

Hello Team Installing caldera in Ubuntu 18.04.6 LTS Version, After run pip and pytho3 command successful run caldera in machine. but issue occur when i access caldera in browser. that...

question

### Description of Issue When adding a potential link to an operation, the link command in the operation's chain is incorrectly generated from the potential link's ["executor"]["command"] attribute rather than...

bug