pwn-college
- Course Status
- Active
- Link
- https://pwn.college
- Course Type
- online
- •
Overview
- •
Structured progressive course platform covering assembly through heap exploitation via dojo/module system. Two main dojos: Program Security and Software Exploitation.
- •
- •
Tools & Workflow
- •
Downloading a challenge binary for local/offline analysis
- •
rather than reversing entirely inside the dojo shell (
r2,objdump,gdball running against the live instance), the binary can be pulled down viascpfor local static analysis, faster iteration, or use with tools not available in-dojo - •
scp -i ~/.ssh/pwn-college hacker@dojo.pwn.college:/challenge/<binary-name> . - •
Useful for offline disassembly, diffing binaries across challenge variants (e.g. comparing
EasyvsHardversions of the same challenge to spot what changed), or running local tooling that isn't installed in the dojo environment itself.
- •
- •
- •
Concepts by Module
- •
online
- •
https://pwn.college
- •
online