-
-
Notifications
You must be signed in to change notification settings - Fork 44
1. Teamserver Setup
kleiton0x00 edited this page Dec 17, 2022
·
2 revisions
- 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!
- 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)
- Click create app and copy the client_id and secret keys.
- 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:
Congratulations, the TeamServer setup is finished, now start the teamserver by executing the following command:
python3 teamserver.py