Skip to content

KipodAfterFree/KAF-2019-XDB

Repository files navigation

XDB

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

Challenge story

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]

Challenge exploit

Database query injection

Challenge solution

No need

Building and installing

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

Usage

You may now access the challenge interface through : nc localhost 1090

Flag

Flag is:

KAF{s1mpl3_and_1ns3cure_}

License

MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published