Building a Reverse Shell in x86-64 Assembly

Learn how to chain socket creation, connection, file descriptor redirection, and process execution to build a functional reverse shell entirely in x86-64 assembly using PIC architecture.

April 3, 2026 · JM00NJ

Defying Python: Building a Bare-Metal HTTP Server in x86_64 Assembly

Throw away python -m http.server. Discover how to build a bare-metal web server from scratch using x64 Assembly, featuring zero-copy file transfers and manual IP parsing.

March 29, 2026 · JM00NJ

Network Fingerprinting: Analyzing Default ICMP Structures and Payload Mimicry

A ‘ping’ is not just a ping. Every OS leaves a unique ICMP fingerprint. Discover how to use Traffic Mimicry and x64 Assembly to blend custom packets into ambient network noise.

March 27, 2026 · JM00NJ

Statistical Jitter and Timing Analysis: Precision Measurements in Network Protocols

Consistency is key in high-speed data. Beyond simple latency, jitter reveals the true health of a network. Discover how to bypass OS clock noise using RDTSC for nanosecond-scale precision.

March 27, 2026 · JM00NJ

memfd_create: Anonymous RAM Files and Volatile Storage in x64 Assembly

Traditional disk storage leaves traces. memfd_create enables anonymous, volatile files that reside exclusively in RAM. Learn to implement this in x64 Assembly for low-footprint operations.

March 27, 2026 · JM00NJ