Skip to content

ChristopherMorrison/ctf-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

  ____ _____ _____   _____ ____      _    ___ _   _ ___ _   _  ____ 
 / ___|_   _|  ___| |_   _|  _ \    / \  |_ _| \ | |_ _| \ | |/ ___|
| |     | | | |_ _____| | | |_) |  / _ \  | ||  \| || ||  \| | |  _ 
| |___  | | |  _|_____| | |  _ <  / ___ \ | || |\  || || |\  | |_| |
 \____| |_| |_|       |_| |_| \_\/_/   \_\___|_| \_|___|_| \_|\____|

An attempt at creating a coherent collection of training materials.

Sections are meant to be a dive into small but important concepts.

Section Contents
PWN Binary Exploitation
RE Reverse Engineering
WEB Web Exploitation

PWN

Binary Exploitation (Pwning) 0. TODO: Binary Debugging

  1. Stack Overflows
      1. Segfault Example via an Overflow
      1. Visualized Overflow
      1. Example CTF Problem(s)
  2. TODO: printf
  3. Controlling Execution
      1. TODO: Overflowing beyond the stack
      1. TODO: Overwriting return pointers
      1. TODO: Stack Canaries

RE

Reverse Engineering

  1. TODO: Forward Engineering and Binaries
  2. TODO: The RE Basics
    • TODO: 0) filetypes
    • TODO: 1) files in files
  3. TODO: Android

WEB

TODO...

About

Training problems and walkthroughs for CTF's / hacking concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published