XDB is an information security challenge in the Miscellaneous category, and was presented to participants of KAF CTF 2019
We need you to hack this phonebook for us - we got inside information about the database, and we included the user manual for it. [XDB User Manual.pdf]
Database query injection
No need
Clone the repository, then type the following command to build the container:
docker build . -t xdb
To run the challenge, execute the following command:
docker run --rm -d -p 1090:80 xdb
You may now access the challenge interface through : nc localhost 1090
Flag is:
KAF{s1mpl3_and_1ns3cure_}