add genius
This commit is contained in:
parent
76d1e52697
commit
b7bc824916
4 changed files with 13 additions and 4 deletions
1
genius/description.md
Normal file
1
genius/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
Your boss told you that [this](http://genius.web.easyctf.com) team has come up with the cryptographic hash of the future, but something about their operation just seems a little fishy.
|
4
genius/grader.py
Normal file
4
genius/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
def grade(autogen, key):
|
||||
if key.find("OUR_3nCRYpti0n_is_N0T_br0k3n_Ur_brok3n_6c5a390d") != -1:
|
||||
return True, "Congratulations. We'll get back to you on that $1000000000000000 bounty."
|
||||
return False, "Fruitless."
|
6
genius/problem.yml
Normal file
6
genius/problem.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
author: blockingthesky
|
||||
title: Genius
|
||||
category: Cryptography
|
||||
autogen: false
|
||||
programming: false
|
||||
value: 230
|
|
@ -1,9 +1,7 @@
|
|||
author: mzhang
|
||||
title: Undirect
|
||||
hint: How can you find out more about what the server is really sending back?
|
||||
category: Forensics
|
||||
category: Web
|
||||
autogen: false
|
||||
programming: false
|
||||
value: 100
|
||||
files:
|
||||
- gibberish.png
|
||||
value: 100
|
Loading…
Reference in a new issue