-
Notifications
You must be signed in to change notification settings - Fork 125
Home
You need to create a Discord server using this template.
You should get this on Discord after clicking the link: Give your server a name and click on the "Create" button.
You need to create 1 Discord Webhook from your Servers Settings >> Intergrations >> Webhooks.
Name it "Keylogger" and set it's channel to "keylogger"
I suggest you Copy the webhook URL and save it somewhere as you will need it while building a backdoor.
You need to create a Discord Bot from the discord developer portal. So make sure you are connected to Discord from the Web Browser and head over to this page and click on "New Application."
Then you need to give your application a name and click on "Create".
Now from the settings on the left, you need to click on "Bot" and then "Add Bot".
The last thing you can do is to customize the bot. Change its name, its avatar etc.
Once you get to this page, Copy the bot token and save it somewhere as you will need this for later.
Make sure you scroll down and enable the 3 options from the Privileged Gateway Intents section.
Now you need to invite the bot to your server. Head to the application page and click on the Application that you just created. Then click on the OAuth2 tab list and click on the URL Generator tab.
Now you need to select the bot option from the scopes and the Administrator option from the bot permissions.
The last thing you need to do is to copy the URL from the bottom of the page and paste it on your browser.
Now access the link that you coppied and you should see th bot invitation page. From the "Add to serrver" drop down menu make sure you select the server that yuo just created and click on Continue. You will also be asked to Authorize access to the bot and complete a CAPTCHA.
Once you are done with these you should see your Bot on your server.
You will need to enable the developer option for your Discord account. To do that head to your Account Settings >> Advanced and Enable Developer Mode
Now that you are all setup, in order to build a Discord based backdoor you are going to need the Bot Token,Webhook, main channel's ID and Servers ID.
If you followed the instructions you should already have the Bot token and webhook saved somewhere. Now let's get those ID's
To get the Server ID, right on the server you created and click on Copy Server ID
And to get the channel ID go to the main channel on the server, right click on the channel and Copy Channel ID
Now that you have all the important info gathered you can go ahead and build a Discord based backdoor.
Go to your telegram client and search for "BotFather"
Run the following commands on the chat:
In the last command result your bot token should appear. Copy that and save it as you will need it to generate a telegram based backdoors.
Next, search for "userinfobot"
Now send that bot the following command:
Copy and save your id as you will also need it to generate a telegram backdoor.
You preferably want to make the repo private so that nobody can control the target machines other than you. You create one using this link:
Go to your accounts settings and scroll down till you see developer on the left side.
Click on that and you should see a Personal Access Token section. Click on Fine-grained tokens:
Now create a new one:
Give it a long Expiration and a unique name:
Now you need to give it access to the repo you just created:
And the last step is to give your topken permissions. Head to Repository Permissions and look for Contents and Pull Requests. Set these both to read and write. In the end you should have the following permissions on the overview:
Once you are done with this, generate your token and save it as you may not see it again. You will have to regenerate it.