From 9a5d9d00e0f2418360f6890972a6fe7405b121d4 Mon Sep 17 00:00:00 2001 From: "Mariusz B. / mgeeky" Date: Sat, 27 Mar 2021 16:14:53 +0100 Subject: [PATCH] C3-Client: README updated. --- red-teaming/C3-Client/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/red-teaming/C3-Client/README.md b/red-teaming/C3-Client/README.md index 3fcbe83..674ff4c 100644 --- a/red-teaming/C3-Client/README.md +++ b/red-teaming/C3-Client/README.md @@ -22,12 +22,15 @@ Usage: ./c3-client.py [options] [...] positional arguments: host C3 Web API host:port - {alarm,list,get,ping,connector,close,channel} + {alarm,download,list,get,ping,jitter,spawn,connector,close,channel} command help alarm Alarm options + download Download options list List options get Get options ping Ping Relays + jitter Set Update Jitter on a channel + spawn Spawn implant options connector Connector options close Close command. channel Send Channel-specific command @@ -255,4 +258,4 @@ PS D:\> py c3-client.py http://192.168.0.200:52935 alarm relay -g gate4 --execut ``` Mariusz B. / mgeeky, '21 -``` \ No newline at end of file +```