dobin / yookiterm-challenges-files

Challenge files which are deployed in the container for the user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Challenge files which are deployed in the container for the user

License:MIT License


Languages

Language:C 65.9%Language:C++ 22.4%Language:Shell 8.0%Language:Python 2.6%Language:Makefile 0.8%Language:Assembly 0.4%