Shebang is an information security challenge in the Miscellaneous category, and was presented to participants of KAF CTF 2019
No Story
Just a game you have to beat using a fast script
No need
Clone the repository, then type the following command to build the container:
docker build . -t shebang
To run the challenge, execute the following command:
docker run --rm -d -p 1120:8000 shebang
You may access the challenge through nc localhost 1120
Flag is:
KAF{wr1t3_a_5cript_t0_w1nn_th1s_0n3}