All Projects → 0xTowel → UMDCTF-2017-Challenges

0xTowel / UMDCTF-2017-Challenges

Licence: other
A selection of challenges created for UMDCTF 2017

Programming Languages

ruby
36898 projects - #4 most used programming language
Verilog
626 projects

UMDCTF-2017-Challenges

A selection of challenges from UMDCTF 2017. UMDCTF was a 6-hour, on-site CTF held April 22nd.

About

These are available now as a resource for others to use to help practice and teach computer security, CTF, and critical thinking. Each challenge is the respective work of the listed author. The flags are not listed so you can give them to others as a teaching resource without spoiling the challenge, however the SHA-256 sum of every flag is included so you can check your work.

Not every challenge from the CTF is included here, as some required on-site participation or are no longer reachable(such as the badge challenge, web challenges, and any pwn challenges).

Challenge authors

Reuse

Feel free to use these challenges to help learn and teach others; just provide attribution.

Checking your flags

As mentioned above, the flags are not included. If you wish to check your answer, you may sha256sum it and compare it with the given sum.

To properly generate the sha256 hash for each flag, you may use following:

echo -n "UMDCTF-{unique_part_of_a_flag}" | sha256sum

which would generate the following hash: 6fe5d2a3ff1465d5eaad91deba29b7879ccc46697dfc250a0736ff4fc1f7c9cf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].