Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 831 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 831 Bytes

Shebang

Shebang is an information security challenge in the Miscellaneous category, and was presented to participants of KAF CTF 2019

Challenge story

No Story

Challenge exploit

Just a game you have to beat using a fast script

Challenge solution

No need

Building and installing

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

Usage

You may access the challenge through nc localhost 1120

Flag

Flag is:

KAF{wr1t3_a_5cript_t0_w1nn_th1s_0n3}

License

MIT License