diff --git a/genius/description.md b/genius/description.md new file mode 100644 index 0000000..64d04a7 --- /dev/null +++ b/genius/description.md @@ -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. \ No newline at end of file diff --git a/genius/grader.py b/genius/grader.py new file mode 100644 index 0000000..e8a472f --- /dev/null +++ b/genius/grader.py @@ -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." diff --git a/genius/problem.yml b/genius/problem.yml new file mode 100644 index 0000000..cfcf256 --- /dev/null +++ b/genius/problem.yml @@ -0,0 +1,6 @@ +author: blockingthesky +title: Genius +category: Cryptography +autogen: false +programming: false +value: 230 \ No newline at end of file diff --git a/undirect/problem.yml b/undirect/problem.yml index fa87395..fb251d4 100644 --- a/undirect/problem.yml +++ b/undirect/problem.yml @@ -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 \ No newline at end of file