saelo / feuerfuchs

Files for the "feuerfuchs" challenge of 33C3 CTF. See the greeting message in server.py for more information about the challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feuerfuchs
----------

The patch should apply cleanly to the latest release branch of firefox:

    git clone https://github.com/mozilla/gecko-dev.git feuerfuchs
    cd feuerfuchs
    git checkout origin/release
    patch -p1 < ../feuerfuchs.patch
    ./mach build

The dockerimage/ directory contains everything to reproduce the container setup that is used by the challenge server:

    1. ./docker_build.sh

    2. ./docker_run.sh

    3. (in a separate shell) ./launch_firefox.sh $URL

    4. (optional, also in a separete shell) ./take_screenshot.sh && open screenshot.png

About

Files for the "feuerfuchs" challenge of 33C3 CTF. See the greeting message in server.py for more information about the challenge


Languages

Language:JavaScript 50.9%Language:Python 45.4%Language:Shell 2.7%Language:HTML 0.9%