HyggeHalcyon
CtrlK
Github
  • whoami
  • 🚩CTFs
    • 2025
      • Cyber Breaker Competition Quals
      • Cyber Breaker Development Quals
      • ARKAVIDIA Quals
      • TECHOMFEST Quals
    • 2024
      • BackdoorCTF
      • World Wide CTF
      • TSA Cyber Champion
      • Cyber Jawara International
      • National Cyber Week Quals
      • COMPFEST 16 Finals
      • HackToday Finals
      • UIUCTF
      • TBTL CTF
      • BSidesSF CTF
      • UMD CTF
      • UMassCTF
      • b01lers CTF
      • AmateursCTF
      • UNbreakable International - Team Phase
    • 2023
      • HackToday CTF Quals
        • Vnote
        • TahuBulat
        • Rangkaian Digital
      • Tenable CTF
        • Skiddyana Pwnz and the Loom of Fate
        • Braggart
      • CiGITS
        • afafafaf
        • popping around shell
        • well_known
      • TJCTF
        • flip out
        • shelly
        • groppling-hook
        • formatter
        • teenage-game
      • SanDiegoCTF
        • money printer
        • turtle shell
      • DeadSec CTF
        • one punch
      • FindIT CTF Quals
        • Debugging Spiders
        • Everything Machine
        • Furr(y)verse
        • Bypass the Py
        • Joy Sketching in the Matrix
        • Detective Handal
        • I Like Matrix
        • CRYptograPI
        • Date Night
        • Web-Find IT
        • Mental Health Check
        • NCS Cipher
        • Discovered
  • 📒NOTES
    • FSOP
      • Structures
      • GDB
      • Arbitrary Read/Write
      • Vtable Hijack
    • Kernel Space
      • Privilege Escalation
    • V8
      • Documentation
      • TurboFan
      • SandBox (Ubercage)
Powered by GitBook
On this page
  1. 📒NOTES

Kernel Space

Introductory blogs:

  • https://lkmidas.github.io/posts/20210123-linux-kernel-pwn-part-1/

  • https://lkmidas.github.io/posts/20210128-linux-kernel-pwn-part-2/

  • https://lkmidas.github.io/posts/20210205-linux-kernel-pwn-part-3/

  • https://pawnyable.cafe/linux-kernel/

  • https://blog.wohin.me/posts/linux-kernel-pwn-01/

  • https://zolutal.github.io/understanding-paging/

  • https://ditt0.medium.com/downunder-ctf-2024-d5ed1e352f98

Create your own:

  • https://github.com/crowell/old_blog/blob/source/source/_posts/2014-11-24-hosting-a-local-kernel-ctf-challenge.markdown

  • https://nofilqasim.info/Making%20a%20Kernel%20CTF%20%28PUCon%2724%20pwn%20CTF%29/#kernel

  • https://github.com/smallkirby/kernelpwn/tree/master/start-kernel-pwning

PreviousVtable HijackNextPrivilege Escalation

Last updated 10 months ago