Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tharina/blackhoodie-2018-workshop

Slides and challenges for my binary exploitation workshop at BlackHoodie 2018.
https://github.com/tharina/blackhoodie-2018-workshop

Last synced: 11 days ago
JSON representation

Slides and challenges for my binary exploitation workshop at BlackHoodie 2018.

Awesome Lists containing this project

README

        

# BlackHoodie 2018 Workshop
## Capture The Flag - An Introduction To Binary Exploitation

[Slides](https://github.com/tharina/BlackHoodie-2018-Workshop/raw/master/BlackHoodie2018CTF.pdf) and challenges for my binary exploitation workshop at [BlackHoodie 2018](https://www.blackhoodie.re/).

Note: The challenges are no longer running on ctf.katharina-maennle.de. See the following instructions to set up your own environment.

### Challenge Setup

To recreate the CTF environment with docker:

```
./docker_build.sh
./docker_run.sh
```
module_names: {chall0, chall1, chall1c, chall1d}

Connect to the service:
```
nc localhost
```

Use the following command to retrieve the libc used in the docker environment:
```
docker cp chall1:/lib/x86_64-linux-gnu/libc-2.27.so .
```