Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tharina/blackhoodie-2018-workshop
- Owner: tharina
- Created: 2018-11-24T19:34:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T19:42:19.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T09:24:19.297Z (3 months ago)
- Language: C
- Size: 17.8 MB
- Stars: 343
- Watchers: 11
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```