1. Emojibook

    We are presented are django app which allows us to store text notes that can contain special placeholders which will be replaced by emoji images after uploading the note. For example

    :grinning_face:
    

    will be resolved to an image file name 1F600.png. The possible emoji keys that can be used …

    read more
  2. Military Grade

    We are presented with a simple webservice written in go which randomly changes the encryption key every 672 ms and outputs the encrypted flag. However if we analyze the seed that is used to initialize the random number generator ...

    func changer() {
        ticker := time.NewTicker(time.Millisecond * 672).C
        for range …
    read more
  3. Electroplating

    We are given a docker container that presents us a gunicorn web-app. Just as in the Fancy Button Generator challenge we are asked to verify our session using the api-endpoint at location /pow. By looking at the app.py we can see that this time the difficulty was increased to …

    read more
  4. README

    In this category info about CTFs are listed. The writeups for each CTF can be found in the category for the CTF.

    read more

social