Tiny Core Linux

Off-Topic => Off-Topic - Tiny Core Lounge => Topic started by: janos on April 10, 2013, 11:19:55 AM

Title: Hacking contest on a Live CD
Post by: janos on April 10, 2013, 11:19:55 AM
Howdy folks,

I created a Live CD with a built-in hacking contest, based on Tiny Core of course! There are 6 levels, based on an online contest created by Stripe in early 2012 (https://stripe.com/blog/capture-the-flag)

The ISO image is less than 30 megabytes. You can download it from here:
https://sourceforge.net/projects/ctfomatic/files/

When the system starts you are logged in as user level00. You will be presented with a hint that should help you gain access to the password of user level01. Your mission, should you choose to accept it, is to find and exploit the vulnerabilities presented at each increasingly difficult level, advancing forward until you reach level06 (and celebrate!)

By completing this challenge you will become a better programmer:


The source code of the scripts used to build this CD is available on GitHub:
https://github.com/janosgyerik/ctf-o-matic

Have fun!
Title: Re: Hacking contest on a Live CD
Post by: althalus on April 10, 2013, 08:42:36 PM
Sounds interesting. Might forward this on to the programming club at my uni.



One thing to be aware of, is that this probably counts as a remix, which means when hosting the ISOs, you'll need to be abiding by Core's licence re: hosting source files and things.
Title: Re: Hacking contest on a Live CD
Post by: janos on April 11, 2013, 10:28:12 AM
The project with the remastering scripts is open-source, but I haven't added a LICENSE file yet.

Do you know what license it should be? Do you have link on this subject that I should read up?