# hack im pott

- [https://ctf.emile.space](https://ctf.emile.space)

## pwndbg + pwntools für Anfänger + spontaner nix workshop

[Pretalx](https://pretalx.freifunktag.de/hip6/talk/WTMQNJ/)

- [pwntools_pwndbg.pdf](pwntools_pwndbg.pdf)
- [chals.tar](chals.tar)

## Glibc heap exploitation für Anfänger

[Pretalx](https://pretalx.freifunktag.de/hip6/talk/MMJYG8/)

- [Slides](house_of_force_slides.pdf) (Fancy words and images in a pdf)
- [hof](./hof) (challenge binary)
- [ld-linux-x86-64.so.2](./ld-linux-x86-64.so.2) (interpreter)
- [libc.so.6](./libc.so.6) (glibc 2.22)
- [patch.sh](./patch.sh) (patchelf for the above)
- [run.sh](./run.sh) (nsjail config)
- [hof.c](./hof.c) (source)
- [compile.sh](./compile.sh) (compile script)


