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
- Host: GitHub
- URL: https://github.com/haaroon/stacksmashed
- Owner: Haaroon
- License: mit
- Created: 2016-09-09T12:06:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T15:02:32.000Z (over 8 years ago)
- Last Synced: 2025-02-10T09:43:41.062Z (4 months ago)
- Language: C
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
ncDont 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