This is a stub for the Doenerium malware. It is an Electron app that is obfuscated and built using
electron-builder
.
-
Download the latest release of Discord Password Grabber from the releases page.
-
Run the downloaded executable file.
Once you have installed and run the Doenerium Stub, it will perform the following actions:
- Download a pre-built Node.js binary (v18.5.0) and install it.
- Build the Electron app using
electron-builder
. - Obfuscate the source code using
javascript-obfuscator
andjs-confuser
. - Sign the executable file using an unsigned
Windows10Upgrade9252.exe
file. - Generate a randomized executable file name.
The resulting executable file will be named doenerium_<random_id>.exe
.
The configuration for the stub is stored in the config.js
file. You can modify the properties
object in this file to change the metadata for the generated executable file.
This project is licensed under the MIT License. See the LICENSE file for more information.
This project is for educational and research purposes only. The use of this project for any malicious activities is strictly prohibited and the author takes no responsibility for any damage caused by the use of this project.
Please use this project responsibly and only for authorized testing and educational purposes.