Skip to content

How to deploy an agent on raspberry pi? #2327

Answered by emmanvg
Brsacher asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Brsacher,

Thanks for raising this question! The pre-compiled binaries under the mitre/sandcat plugin are for x86-64 based machines. Since you want to run an agent under the raspberry pi with an ARM 64-bit architecture it means you will need to recompile the agents on the server.

Unfortunately at the time of this response you will need to manually perform the actions. You will need to install Go on the machine hosting the CALDERA server, locate the agent source code directory caldera/plugins/sandcat/gocat, download the Go dependencies, check that linux/aarch64 is an available cross-compilation target on your machine and finally run the compile command. Below is a recap with the expecte…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Brsacher
Comment options

@emmanvg
Comment options

Answer selected by Brsacher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants