Move to c2_transfer

This commit is contained in:
flux
2025-12-06 07:26:55 +00:00
parent 6a258bc439
commit 012a047239
3 changed files with 8 additions and 3 deletions
+1
View File
@@ -79,6 +79,7 @@
"retval",
"RIID",
"RNTIME",
"Rubeus",
"rundll",
"rustc",
"rustls",
+4 -2
View File
@@ -1,7 +1,9 @@
# C2_data
# C2_transfer
This directory is used for transferring tools into the C2. Simply drop tools in here you wish to execute remotely through
in memory commands, such as `dotex`.
After this commit, the folder is not tracked in git, so you do not have to worry about things in here being lost from
updates.
updates.
So, say you drop Rubeus.eze in here, you can run `dotex Rubeus.exe ...` for example.
+3 -1
View File
@@ -35,7 +35,8 @@ services:
ports:
- "13371:13371"
volumes:
- ./c2_data:/data
- c2_data:/data
- c2_transfer:/tools
nginx:
image: nginx:latest
@@ -47,4 +48,5 @@ services:
- ./nginx/certs:/etc/nginx/certs:ro
volumes:
c2_data:
c2_pgdata: