JohnHammond / misfortune-ctf-challenge

A small binary exploitation challenge to demonstrate a typical return2libc attack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

misfortune

John Hammond | Wednesday, April 12, 2023


misfortune - a small binary exploitation challenge to demonstrate a classic return2libc attack.

You can build the docker image and pull down the binaries with:

./setup.sh

This will ask for sudo permissions just to give your current user permissions to work easily work with the binary and libc file pulled out of the Docker container.

About

A small binary exploitation challenge to demonstrate a typical return2libc attack


Languages

Language:Dockerfile 56.1%Language:C 22.6%Language:Shell 10.9%Language:Makefile 10.4%