Simple VU Capture The Flag lab
Structure
This CTF consists of 3 VirtualBox image files.
Skids_playground.ova- Beginner (Skid) level. *Actually not so easy nor interesting… Suggest skipping.- The_Young_God_lives_here.ova - Intermediate (Elite gamer) level.
- Slitaz_go_brr.ova - Experienced (1337 Haxor) level.
To start playing you will need to install VirtualBox and also the VM images listed above.
Note: Login into the 1st image with
root:(blank)
Checking the flags
Flag format looks like this: Flag0-SampleFlag
To check the flag run:
curl "stnby.pl/ctf/flag0" -d "nick=TheITGuy" -d "flag=Flag0-SampleFlag"
You can also check previous flag submissions by other players:
curl "stnby.pl/ctf/level0.log"
And yes no shiny/bloated flag submission system. This is a CTF after all just learn how to use curl :)
Screenshots