Skip to main content
Hello, 👋 I am

shubham

systems & security enthusiast. artist. math nerd. building close to the metal, one exploit at a time.

About

I'm an undergrad CS student who's been deep in the weeds of systems and security for as long as I can remember.

Started with the usual — C, then quickly fell down the rabbit hole of how things actually work underneath. Built things close to the metal: a custom HTTP server from scratch parsing raw TCP bytes, a honeypot in Rust catching real attackers in the wild, utilities that talk directly to Linux kernel APIs. Got into CTFs, then started writing about them. Somewhere along the way I went from solving wargame levels to building and hosting one for 150+ people at my institute.

The security side pulled me in hard — reverse engineering, binary exploitation, privilege escalation, network security. Tools like GDB, Ghidra, Wireshark became second nature. Picked up Rust because I wanted memory safety without giving up control. Learned assembly because I wanted to know what the compiler was hiding from me.

Now I spend time in the intersection of systems internals and security — kernel mechanics, eBPF, namespaces, the stuff that most people treat as a black box. Red team and blue team both interest me equally.

TLDR, I know where the bodies are buried, and I probably put them there.

Skills

Programming

C, Assembly (x86 & ARM), C++, Rust, Python, MySQL, HTML, CSS, JS

Cybersecurity

CTF, pentesting, networking, Linux internals, reverse engineering, binary exploitation

Tools

GDB, Ghidra, IDA Pro, Rizin/Cutter, Wireshark, Nmap, Burp Suite, John, Hydra, Gobuster

Other

drawing, photography, chess, rubik's cube, eBPF, kernel namespaces

Work / Projects

2026

Telnet Honeypot

Minimal Rust honeypot using a thread-per-connection model and an explicit state machine. Captures attacker credentials and simulates a believable shell — catches real attackers in the wild.

rustnetworkingsecurityhoneypot
2026

Runtime Decrypted Execution Pipeline

Low-level C implementation of runtime-only code execution using anonymous memory mappings, permission transitions (RW→RX), and memory wiping to resist static analysis.

ckernelmemorysecurity
2026

HTTP Server in C

HTTP/1.0 server in C that treats TCP as a raw byte stream, enforces server-side trust boundaries, and avoids heap allocation in the request path for predictable memory behavior.

cnetworkingsocket programming
2026

Keylogger in C

Linux kernel-level keylogger using /dev/input event files. Captures all keystrokes at the device layer, below X11/Wayland — works in terminals, GUIs, and TTYs alike.

clinuxkernelsecurity
2026

Hexdump in C

From-scratch hexdump utility in C that reads raw input byte-by-byte and displays hexadecimal offsets, byte values, and a printable ASCII view — faithful to the classic hexdump tool.

csystemsunix
2025

Meta Data Remover

Privacy-focused web tool that removes EXIF metadata from images directly in your browser. No uploads, no tracking, no server — everything happens locally.

javascriptprivacywebdev
2025

Undo Redo Visualization

Smooth Manim animation demonstrating the Undo-Redo stack mechanism. Color-coded stacks, smooth transitions, and a clean visual model of text edit history.

pythonmanimanimationdata structures
2025

Chess (C++ OOP)

Full chess engine in C++ using polymorphic pieces, move validation, check/checkmate detection, and special moves. Console-based visualization with proper chess rules.

c++oopgame

Writeups

CTF walkthroughs, OverTheWire solutions, and pentesting notes:

Linux Privilege Escalation

SUID binaries, sudo rights, cron jobs, kernel exploits and misconfigured services

flAWS - Cloud Pentesting

AWS cloud exploitation and security configurations — S3 bucket leaks, IAM policies, and global credentials

Cybersecurity Basics

Linux commands, Windows fundamentals, PowerShell, networking, packet analysis

Love at First Breach

TryHackMe Valentine's CTF — Cupid's matchmaker, TryHeartMe, ValenFind and more

All Writeups

Every published writeup — Bandit, Natas, and beyond, sorted by date and topic

Contact

Feel free to contact me for anything~