Skip to content
View JM00NJ's full-sized avatar
👾
./🛸
👾
./🛸

Block or report JM00NJ

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JM00NJ/README.md
Typing SVG

🛡️ Whoami

jm00nj@localhost:~$ cat /var/log/identity

I am a low-level systems researcher and malware developer focusing on offensive security, operating strictly below the API layer. My research dissects modern detection mechanisms (EDR/NDR) and builds unhooked, zero-dependency solutions in pure x86-64 Assembly.

  • 🔭 Currently Researching: In-memory PIC injection, DPCM-RLE hybrid compression, and Falco/Suricata evasion.
  • ⚙️ Weapon of Choice: Pure x64 Assembly (Libc-free).
  • 🧠 Philosophy: "If it touches the disk, it's already dead."

🧰 The Arsenal

C Linux Python Bash ASM

📡 Active Operations & Research

  • ICMP-Ghost: A fileless, libc-free x64 Assembly C2 agent utilizing DPCM-RLE hybrid compression and rolling XOR for deep DPI evasion.
  • Phantom Loader: Phantom-Evasion-Loader is a standalone, pure x64 Assembly injection engine engineered to minimize the detection surface of modern EDR/XDR solutions and Kernel-level monitors like Falco (eBPF). It leverages advanced techniques such as SROP and Zero-Copy Injection to deliver payloads as a ghost in the machine
  • Vesqer-Baremetal-Compressor: A standalone DPCM-RLE hybrid compression engine built for strict memory constraints.
  • SHA256-CDP: GPU-accelerated SHA-256 rainbow table implementation based on CDP (Cyclic Digit-sum Projection) structural analysis. AMD RX 9070 XT, OpenCL + Vulkan.
  • edk2-research: EDK2/UEFI research collection — memory map reader, ICMP ping, DXE drivers and beyond. Pure UEFI, no abstractions.

📊 Threat Telemetry


"Operating outside the userland."

Pinned Loading

  1. CVE-2025-6019-udisks2-XFS-Resize-TOCTOU-Privilege-Escalation CVE-2025-6019-udisks2-XFS-Resize-TOCTOU-Privilege-Escalation Public

    CVE-2025-6019: udisks2 XFS Resize TOCTOU Privilege Escalation

    Python 2 1

  2. Nested-ICMP-Exploitation Nested-ICMP-Exploitation Public

    A technical Proof-of-Concept (PoC) exploring the behavior of nested ICMP structures in network security research. Designed to analyze protocol vulnerabilities and packet encapsulation

    Assembly 5 2

  3. Phantom-Evasion-Loader Phantom-Evasion-Loader Public

    Phantom-Evasion-Loader is a standalone, pure x64 Assembly injection engine engineered to minimize the detection surface of modern EDR/XDR solutions and Kernel-level monitors like Falco (eBPF). It l…

    Assembly 110 17

  4. Vesqer-Baremetal-Compressor-DPCM-RLE-Hybrid-Engine Vesqer-Baremetal-Compressor-DPCM-RLE-Hybrid-Engine Public

    A standalone, pure x86-64 Assembly implementation of a DPCM+RLE hybrid compression and decompression engine. Built with zero external dependencies (no libc), this tool provides extremely low-level,…

    Assembly 2 1

  5. ICMP-Ghost-A-Fileless-x64-Assembly-C2-Agent ICMP-Ghost-A-Fileless-x64-Assembly-C2-Agent Public

    A fileless C2 framework written in pure x64 Linux Assembly with zero libc dependencies. Features dynamic protocol pivoting between raw ICMP sockets and DNS (UDP/53) via in-memory VTable manipulatio…

    Assembly 93 18

  6. SHA256-CDP SHA256-CDP Public

    GPU-accelerated SHA-256 rainbow table implementation based on CDP (Cyclic Digit-sum Projection) structural analysis. AMD RX 9070 XT, OpenCL + Vulkan.

    Python 9