Infodumps4All
  • 💻Intro
  • Resources
    • 🚀TODO section
      • OSINT FRAMEWORKS (TODO)
  • Recon
    • OSINT
    • Scanning and Enumeration
  • Not-So-Niche
    • Simple Network Management Protocol
    • Attacking VOIP
  • Attacking Active Directory
    • Active Directory - Technologies
      • Active Directory - Intro
      • Common Active Directory Network Technologies
      • Kerberos - Intro
    • Active Directory (Attacks)
      • Poisoning/Relay Attacks
  • Pwn College
    • Intro
    • White Belt
      • Program Misuse
        • Labs
      • Program Interaction
        • Labs
Powered by GitBook
On this page
  1. Pwn College

Intro

PreviousPoisoning/Relay AttacksNextWhite Belt

Last updated 1 year ago

is a completely free education platform by ASU focused on finding/exploiting vulnerabilities in software. It has an absolutely grueling number of challenges but is well worth the time.

The level's are categorized as "belts" and are as listed below (Solutions will be linked as I write them)

If you are here for answers go home. Genuinely, the struggle is worth it.

"White Belt" (Fundamentals)

  • (done)

  • (doing)

  • Assembly Crash Course

  • Debugging Refresher

"Orange Belt" (Into to cybersecurity)

  • Talking Web

  • Building a Web Server

  • Intercepting Communication

  • Cryptography

  • Web Security

"Yellow Belt" (Program Security)

  • Shellcode Injection

  • Reverse Engineering

  • Memory Errors

  • Program Exploitation

"Green Belt" (System Security)

  • Introduction

  • Sandboxing

  • Race Conditions

  • Kernel Security

  • System Exploitation

"Blue Belt" (Software Exploitation)

  • Return Oriented Programming

  • Format String Exploits

  • File Struct Exploits

  • Dynamic Allocator Misuse

  • Exploitation Primitives

  • Dynamic Allocator Exploitation

  • Microarchiteture Exploitation

  • Kernel Exploitation

https://pwn.college/
Program Misuse
Program Interaction