Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ pwntutorial Public archive

A series of challenges I made for educational purposes (really).

Notifications You must be signed in to change notification settings

152334H/pwntutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwn tutorial

Over the course of a few months, I've made a number of basic pwn challenges for other people to play around with.

This repo has most of them.

How do I run this myself?

  1. cd into the challenge you want to setup
  2. Every C file starts with a comment that doubles as a compilation command. Run ./<chal_name>.c to compile a challenge.
  3. docker-compose build, docker-compose up -d.
  4. Connect to localhost:<port_inside_docker-compose.yml> and enjoy!

Where should I start?

The challenges were made in the order,

  • litmus
  • ret2text
  • ret2shell
  • ret2ret
  • refresher
  • ret2libc
  • fstack_protector

You may want to do them in that order, or in a slightly different one, but in general you may need knowledge from all previous boxes to move on.

About

A series of challenges I made for educational purposes (really).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published