From 1cdbdc51bf72fe2e33d3c62dcfabf4163ff83bca Mon Sep 17 00:00:00 2001 From: Alexander Hogue Date: Tue, 27 Feb 2018 14:23:41 +1100 Subject: [PATCH] Move scripts to Payloads directory --- Mac/Command_and_Control/Custom_Command_and_Control_Protocol.md | 3 ++- .../auth.json.template | 0 .../bitbucket_transport.py | 0 .../replay.py | 0 .../requirements.txt | 0 .../traffic_history.json | 0 6 files changed, 2 insertions(+), 1 deletion(-) rename Mac/{Command_and_Control/bitbucket_protocol => Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets}/auth.json.template (100%) rename Mac/{Command_and_Control/bitbucket_protocol => Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets}/bitbucket_transport.py (100%) rename Mac/{Command_and_Control/bitbucket_protocol => Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets}/replay.py (100%) rename Mac/{Command_and_Control/bitbucket_protocol => Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets}/requirements.txt (100%) rename Mac/{Command_and_Control/bitbucket_protocol => Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets}/traffic_history.json (100%) diff --git a/Mac/Command_and_Control/Custom_Command_and_Control_Protocol.md b/Mac/Command_and_Control/Custom_Command_and_Control_Protocol.md index 03381189..50163b52 100644 --- a/Mac/Command_and_Control/Custom_Command_and_Control_Protocol.md +++ b/Mac/Command_and_Control/Custom_Command_and_Control_Protocol.md @@ -18,11 +18,12 @@ We recommend using a fresh account for this so as not to pollute the snippets of https://bitbucket.org/account/signup/ #### Step 2: Include its credentials in `auth.json` -In the directory [Command_and_Control/bitbucket_protocol](Command_and_Control/bitbucket_protocol): +In the directory [Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets](Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets): ``` cp auth.json.template auth.json ``` + Edit `auth.json` to include the username, email, and password of the Bitbucket account. `auth.json` should not be added to version control. ### Step 3: Install dependencies diff --git a/Mac/Command_and_Control/bitbucket_protocol/auth.json.template b/Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/auth.json.template similarity index 100% rename from Mac/Command_and_Control/bitbucket_protocol/auth.json.template rename to Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/auth.json.template diff --git a/Mac/Command_and_Control/bitbucket_protocol/bitbucket_transport.py b/Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/bitbucket_transport.py similarity index 100% rename from Mac/Command_and_Control/bitbucket_protocol/bitbucket_transport.py rename to Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/bitbucket_transport.py diff --git a/Mac/Command_and_Control/bitbucket_protocol/replay.py b/Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/replay.py similarity index 100% rename from Mac/Command_and_Control/bitbucket_protocol/replay.py rename to Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/replay.py diff --git a/Mac/Command_and_Control/bitbucket_protocol/requirements.txt b/Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/requirements.txt similarity index 100% rename from Mac/Command_and_Control/bitbucket_protocol/requirements.txt rename to Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/requirements.txt diff --git a/Mac/Command_and_Control/bitbucket_protocol/traffic_history.json b/Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/traffic_history.json similarity index 100% rename from Mac/Command_and_Control/bitbucket_protocol/traffic_history.json rename to Mac/Payloads/Custom_Command_and_Control_Protocol_Bitbucket_Snippets/traffic_history.json