0x0 Crypter is a open sourced crypter fully coded by @MpCmdRun
- 🔒 Base64 Protection - Provides a basic protection to your exe on runtime.
- 🛡️ AMSI Bypass - Provides a temporary Bypass to the AmsiScanBuffer on Windows 10 and 11.
- 🛡️ ETW Bypass - Provides a temporary ETW Bypass on Windows 10 and 11.
- 💻 Run as admin - Provides the applicaiton to be ran as administrator (RunAs UAC Bypass).
- 👤 Startup - Creates a scheduled Task to run this .exe everytime to computer turns back on.
This tool is provided for educational purposes only.
You are responsible for how you use this tool.
Unauthorized access to computer systems is illegal.
Intended Use Cases:
- Red Team persistence frameworks
- Malware analysis / simulation environments
- Digital forensics research
- Self-repair recovery scripting
Do not deploy on devices or systems you do not own or have explicit permission to test.
-
Clone the repo:
git clone https://github.com/MpCmdRun/0x0-Crypter cd 0x0-crypter
-
Open the solution in Visual Studio 2019/2022.
-
Build Release mode.
-
Run with Administrator privileges. (Could use a UAC Bypass!)
- Fix Anti-VM Error
- Add Indirect Syscalls
- Add Process Injection
- Add In Memory Execution
- Concept by @MpCmdRun
- Coded by @MpCmdRun
Feel free to open an Issue or Pull Request.