Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 842 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 842 Bytes

Slicense

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

Challenge story

Break the egg!

Challenge exploit

A local key verification is present, making it easy for an attacker to reverse it and find a matching license key.

Challenge solution

Full app reversing

Building and installing

Clone the repository, then type the following command to build the container:

./certificate.sh
./build.sh

To run the challenge, execute the following command:

docker run --rm -d -p 1160:443 slicense

Flag

Flag is:

KAF{s0_many_lay3rs_399_crack3d}

License

MIT License