FireHog is an information security challenge in the Web/Reversing category, and was presented to participants of KAF CTF 2019
A version of our CLASSIFIED browser that we use internally got leaked!
Download [FireHog.tar.gz]
Installation:
gunzip -c FireHog.tar.gz | docker load
docker run --rm -it firehog
The user receives a version of lynx that is old and modified, and has to understand what the communication with the server is all about. After that, recursive search over the whole website.
Recursive search (crawler) over the given links.
Clone the repository, then type the following command to build the container:
You can build the whole project by typing: ./export.sh
or run individual parts by running ./run-browser.sh
and ./run-web.sh
.
You will also need to add an /etc/hosts
entry to reroute ctf.kaf.sh
to localhost
.
I used the following links to update some things and get old versions of things:
Flag is:
KAF{n3v3r_90nna_y33t_th1s_fla9}