-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to deploy agents & minor bug on Create an Ability #2348
Comments
I was able to reproduce this on Ubuntu 20 and Windows using the steps provided. I will try to take a closer look and see, thank you for the detailed report! |
This is due to
However in the agent it is being used as an integer in
I'm not quite sure how this error is only showing up now... @wbooth We can change the agent to use |
This is actually already fixed in the agent (gocat) #59, and is simply an issue of sandcat not referencing the correct gocat version (and then caldera not referencing the correct sandcat version) @radioheado if you navigate into |
Thanks for the quick response. Just tried this and it worked! But here's a new bug when I want to add an ability to an adversary. Please check the following screenshot: This happened when I clicked To Reproduce
|
Opened a new issue to track it: #2350 |
This issue is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This has been resolved with updates to the sandcat / gocat branch tags in CALDERA, please re-open if any of these issues continue. |
Describe the bug
There's an open issue similar to my problem #2347 but that user uses a different platform and didn't provide clear instructions on how to reproduce. Thus I chose to open a new issue to describe my situation in detail.
To Reproduce
I installed 4.0.0-alpha and used
git pull
to get the updates because I wanted to test an older issue #2315 opened by me as well which just got fixed.Steps to reproduce behavior 1 (unable to deploy agents):
git clone https://github.com/mitre/caldera.git --recursive --branch 4.0.0-alpha
cd caldera
git pull https://github.com/mitre/caldera.git
sudo pip3 install -r requirements.txt
python3 server.py -l DEBUG
red
credentialserver="http://0.0.0.0:8888";curl -s -X POST -H "file:sandcat.go" -H "platform:linux" $server/file/download > splunkd;chmod +x splunkd;./splunkd -server $server -group red -v
The error message produced by the server when doing step 5 is shown in Screenshot 1. Screenshot 2 shows information after executing the command at step 7.
Another bug is on
Create an Ability
.Steps to reproduce behavior 2 (Create an Ability):
abilities
+ Create an Ability
+ Add Cleanup Command
+ Add Cleanup Command
and the window will be closed immediately, as well as all the tabs already openedAs I mentioned in the title that this is a minor bug because I can still add cleanup commands by doing these steps again. The best way to do this is to click
Save
after step 3, so all the information you just entered will be saved and you don't need to do it again after the crash.Screenshots
Screenshot 1:
Screenshot 2:
Desktop (please complete the following information):
git pull
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: