Skip to content
View realcathode's full-sized avatar
:octocat:
:octocat:

Block or report realcathode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
realcathode/README.md

whoami

Hi, I'm a Computer Science student focused on Offensive Security, OSINT, and Digital Forensics.

I am actively developing skills in adversary simulation, vulnerability research, and threat analysis. My approach is driven by a hands on mindset.

Technical Writing & Research

I like to document the things I learn and CTF writeups on my personal blog. Here are some articles you might find interesting:

Researching and Engineering

Infrastructure & Privacy

Selected CTF

Connect

Pinned Loading

  1. elf-loader elf-loader Public

    A 64-bit ELF loader in C to avoid use of execve. Supports loading and executing statically linked non-PIE and PIE binaries on Linux.

    C 12 1

  2. shadow-pam shadow-pam Public

    Proof of Concept demonstrating Linux authentication bypass via PAM conversation hooking.

    C 2

  3. ftrace-hooking ftrace-hooking Public

    A minimal, documented reference implementation of modern Linux kernel function hooking using Ftrace and Kprobes.

    C 1

  4. wrdrv wrdrv Public

    A modular Python-based framework for 802.11 reconnaissance, wardriving, and penetration testing.

    Python 3 1

  5. mini-libc mini-libc Public

    A minimalistic implementation of the standard C library (libc) for Linux systems. Developed as a freestanding libc replacement built directly on top of the Linux syscall interface for x86_64.

    C

  6. TerraBot TerraBot Public

    Java simulation of an explorer robot (TerraBot) using OOP principles. Manages environmental entities, robot actions, and resource consumption in a dynamic, grid-based world.

    Java