From c2314420073bdcb2a3570f73825ef6cb785ddcea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=AD=95Alexander=20Rymdeko-Harvey?= <8761706+killswitch-GUI@users.noreply.github.com> Date: Sun, 24 Dec 2017 09:35:47 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 043c076..67a992f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ # BUILD INSTRUCTIONS & README +# POST HERE: https://blog.obscuritylabs.com/docker-command-controll-c2/ # 1) docker build --build-arg cskey="xxxx-xxxx-xxxx-xxxx" -t cobaltstrike\cs . # 2) docker run -d -p 192.168.2.238:50050:50050 cobaltstrike/cs 192.168.2.238 password # - This runs docker in Detached mode, to tshoot issues or see logs do the following