diff --git a/.vscode/settings.json b/.vscode/settings.json index a82bcca..b38c3ee 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -79,6 +79,7 @@ "retval", "RIID", "RNTIME", + "Rubeus", "rundll", "rustc", "rustls", diff --git a/c2_data/Readme.md b/c2_transfer/Readme.md similarity index 72% rename from c2_data/Readme.md rename to c2_transfer/Readme.md index 4d683de..4437184 100644 --- a/c2_data/Readme.md +++ b/c2_transfer/Readme.md @@ -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. \ No newline at end of file +updates. + +So, say you drop Rubeus.eze in here, you can run `dotex Rubeus.exe ...` for example. \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 3e956b5..d3cb05c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: \ No newline at end of file