From b7bc824916aaa8c61473db06c52c392b9fc0ec51 Mon Sep 17 00:00:00 2001 From: Jacob Magnuson Date: Sun, 12 Feb 2017 11:05:47 +0000 Subject: [PATCH] add genius --- genius/description.md | 1 + genius/grader.py | 4 ++++ genius/problem.yml | 6 ++++++ undirect/problem.yml | 6 ++---- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 genius/description.md create mode 100644 genius/grader.py create mode 100644 genius/problem.yml 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