I Open-Sourced a Malware Project I Had Sitting in My Archive
// 2 min read
I finally open-sourced a project thatβs been sitting in my archive for a while. π β
A while back I was trying to bypass Windows Defender to run malicious code. After a lot of research I pulled it off. Once I had the bypass working, I wrote a full malware piece β purely for myself. That long process is now available publicly, for educational purposes only.
Hereβs what it can do:
1. C2 (Command & Control) Channel β Management through a Telegram bot. Bypasses network firewall port restrictions and gives full remote control of the machine.
2. Hardware Telemetry (Microphone & Camera) β Using Windows Multimedia API (winmm.dll) and WinRT, the machineβs microphone and camera activate silently in the background. No notification, no indicator light.
3. Async Keylogger & Clipboard β Every keystroke and clipboard action (text, image, or file copy) is logged fully asynchronously.
4. File System Monitoring β Local directories like Downloads and Documents are watched 24/7. Any new or modified file is forwarded automatically via Telegram.
5. Reverse Shell & Command Execution β Opens a TCP reverse shell directly to the C2 server. PowerShell commands sent through C2 are executed on the system and output is returned.
6. Live Screenshots β High-quality screenshots taken at any time without the user knowing.
7. ASAR Packaging Bypass β Disguises itself as a legitimate Electron app. On execution, malicious code is copied to %TEMP% and run from there, evading heuristic scanners.
Note: This project is shared strictly for educational, analysis, and cybersecurity research purposes (Proof of Concept). Using this for unauthorized access, data theft, or any illegal activity is strictly prohibited.
Star it if you find it useful β
Link: https://lnkd.in/dmfThE55