Skip to content

1. Teamserver Setup

kleiton0x00 edited this page Dec 17, 2022 · 2 revisions

TL;DR

  • Create a Reddit account and create your first app.
  • Copy the clientid and secret key and paste it to config.json (Located in /RedditC2/Teamserver/)
  • You are ready to go!

Creating your Reddit bot

  • Once you have created (or already have) an account, go to apps.
  • Click on create app button, located in the bottom of the page.
  • Fill in the details like below (Note: Change the name to something unique) image
  • Click create app and copy the client_id and secret keys.

Configure the Teamserver

  • Go to the Teamserver's folder and open a file named config.json
  • Paste the client_id and secret keys, which you got from the previous steps, and save the file.
  • Add a strong password for your XOR key (for the C2 traffic)
  • Set stealth_mode to 1 automatically delete every Reddit comment once you receive the task result for the implant (better OPSEC).
  • The final output should look something like this:
    Screenshot from 2022-12-17 18-17-58

Congratulations, the TeamServer setup is finished, now start the teamserver by executing the following command:

python3 teamserver.py
Clone this wiki locally