Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 739 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 739 Bytes

Ingehack CTF 2022

About

This repository contains CTF challenges and official write-ups for IngeHack 2022.

For challenge developers

This section concerns challenge developers.

Contribution Guidelines

Consider reading our Contribution Guidelines before making a contribution.

Challenge templates

You can find a challenge example here to understand the general structure of challenges.

Leetify

There's a leetify.py script that can be used to generate l33t flag strings.

Example usage

python3 leetify.py IngeHack some_cool_flag

Output :

IngeHack{s0mE_C0oL_fL4G}

TODO

You can find tasks to be done in TODO.