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