
CVE-2018-14667
All about CVE-2018-14667; From what it is to how to successfully exploit it.

All about CVE-2018-14667; From what it is to how to successfully exploit it.

This repository contains the complete record of my three-year research journey, covering the project from foundational concepts to advanced-level…

Walk x86-64 page tables by hand in qemu and gdb. Decompose a virtual address, follow cr3 through all levels of physical memory, and extract a flag…

A powershell poc to load and automatically run Certify and Rubeus from memory.

CVE-2026-0047: Missing permission check in ActivityManagerService.dumpBitmapsProto() — steal UI bitmaps from every running app with zero permissions…

bash CLI trainer — 30 levels from ls to privilege escalation

Rules shared by the community from 100 Days of YARA 2026

Step-by-step walkthrough for exploiting CVE-2015-1328 (OverlayFS) to escalate privileges from a low-privileged user to root on Ubuntu 14.04. Includes…

My write-ups from CyberDefenders' Blue Team labs, solved using Wireshark. Covers TeamCity RCE (CVE-2024-27198), XSS session hijacking, and…

Rules shared by the community from 100 Days of YARA 2026

This was converted from a metasploit module as an exercise for OSCP studying

Simulated exploitation and mitigation of CVE-2025-54918 (Windows NTLM flaw). Includes detection scripts, Ansible patching, and CI/CD hardening.…

Generates reproducible CORE network topologies from XML scenario files for cybersecurity training and experimentation. Provides Web GUI and CLI for…

From deobfuscating code.js to root, CVE-2023-0386

Downloaded a packet capture (.pcapng) file from malware-traffic-analysis.net which was an example of an attempted attack against a webserver using…

Utilize metasploit from a Kali Linux machine to exploit a well-known samba vulnerability (CVE-2007-2447). This is done in order to infiltrate a…

A documented penetration testing lab built on Kali Linux and Metasploitable2, walking through a full attack chain from network traffic analysis and…

Converted with tweaks from a metasploit module as an exercise for OSCP studying and exploit development