https://github.com/dobin/yookiterm-challenges-files
Challenge files which are deployed in the container for the user
https://github.com/dobin/yookiterm-challenges-files
Last synced: 4 months ago
JSON representation
Challenge files which are deployed in the container for the user
- Host: GitHub
- URL: https://github.com/dobin/yookiterm-challenges-files
- Owner: dobin
- License: mit
- Created: 2016-09-25T12:31:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T10:46:44.000Z (about 2 years ago)
- Last Synced: 2025-07-15T11:18:14.456Z (11 months ago)
- Language: C
- Homepage:
- Size: 278 KB
- Stars: 25
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yookiterm Challenge Files
The source code of vulnerable programs and their corresponding exploit for Yookiterm.
The corresponding challenges / writeups are available at: https://github.com/dobin/yookiterm-challenges
It is served at: https://exploit.courses
The content consists of challenges and homework, in the areas of debugging,
vulnerable programs (Stack- and Heap overflows), corresponding Exploits and
vulnerable ARM programs.
It is intended to run in Ubuntu 16.04, and depending on the challenge, on the correct architecture
(32 or 64 bit). Some care has been taken so that the examples can adequately compile on
64 Ubuntu 18.04 (adding `-m32` to compile as 32 bit where appropriate, and added `-no-pie`).
## What is yookiterm
Yookiterm provides per-user Linux root containers via JavasScript
terminal, and accompagning tutorials and writeups of
certain topics. It is currently used as a plattform
teaching exploit development at an university.