Resources

Resources

START HERE - PicoCTF’s personal primer for starting CTFs. This will teach you the basics of literally everything you would need to know to start it off

Rev

PWN

  • Exploit Education - qemu vm with pwn challenges from super easy to some basic heap / format strings
  • Temple of PWN - DSU Student-Led PWN course from a few years back. Still a fantastic resource
  • pwnable.kr - easy to difficult PWN challenges
  • Nightmare - walkthroughs and explanations of tons of different pwn challenges
  • how2heap - Shellphish’s resource on heap exploitation education
  • ROP Emporium - ROP. Need I say more?
  • Ir0nstone - Ir0nstone’s personal notes on PWN
  • pwnable.xyz - interesting challs
  • pwnable.tw - more interesting challs
  • Vulnerabilities 1001 - potentially good & free course on basic PWN
  • Root-me
  • Kernel Exploitation - interesting resource if you want to get into kernel pwn, walkthrough of a CTF challenge plus additional information

Crypto

Web

Forensics

  • Forensics - opinion-heavy, but actually a good beginner forensics resource
  • THM Advent of Cyber 2023 - okay hear me out, just go and do Day 7 “‘Tis the season for log chopping”. It taught me everything I know about command line log forensics, and I would recommend it to anyone

Misc

Misc but specialized