An open API service indexing awesome lists of open source software.

https://github.com/haaroon/stacksmashed

A Text based game written in C which the user must stack smash in order to progress
https://github.com/haaroon/stacksmashed

Last synced: 2 months ago
JSON representation

A Text based game written in C which the user must stack smash in order to progress

Awesome Lists containing this project

README

        

# Haaroons CTF - Game Box - 15 September 2016 - v0.1
CTF Challenge
Objective
Buffer overflow to get a shell
Then do something else to find the flag
DO NOT GET ROOT ON THE SERVER THAT IS NOT THE PURPOSE
Make then run this on your server with the command
ncat -v -l -p 4000 -k -m 10 -e ./main
Have people connect via the command
nc

Dont expect this to be anything amazing
This is my first actual C program
Hip Hip Horay

## Guide to making a similar game:
http://home.hccnet.nl/r.helderman/adventures/htpataic02.html

# LICENSE
MIT SEE LICENSE FILE FOR MORE