mirror of
https://github.com/0xflux/Wyrm
synced 2026-06-08 10:13:19 +00:00
Move to c2_transfer
This commit is contained in:
Vendored
+1
@@ -79,6 +79,7 @@
|
||||
"retval",
|
||||
"RIID",
|
||||
"RNTIME",
|
||||
"Rubeus",
|
||||
"rundll",
|
||||
"rustc",
|
||||
"rustls",
|
||||
|
||||
@@ -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
@@ -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:
|
||||
Reference in New Issue
Block a user