diff --git a/ogrewatch/description.md b/ogrewatch/description.md new file mode 100644 index 0000000..f6c8583 --- /dev/null +++ b/ogrewatch/description.md @@ -0,0 +1 @@ +My friend was out watching ogres when he heard a strange sound. Could you figure out what it means? [ogreman](${ogreman}) \ No newline at end of file diff --git a/ogrewatch/grader.py b/ogrewatch/grader.py new file mode 100644 index 0000000..2839a7e --- /dev/null +++ b/ogrewatch/grader.py @@ -0,0 +1,4 @@ +def grade(autogen, answer): + if answer.find("d3let3d_f1l3z_r_k00l") != -1: + return True, "Correct!" + return False, "Nope, try again." \ No newline at end of file diff --git a/ogrewatch/ogreman b/ogrewatch/ogreman new file mode 100644 index 0000000..01e2267 Binary files /dev/null and b/ogrewatch/ogreman differ diff --git a/ogrewatch/problem.yml b/ogrewatch/problem.yml new file mode 100644 index 0000000..2332cd1 --- /dev/null +++ b/ogrewatch/problem.yml @@ -0,0 +1,10 @@ +title: Ogrewatch +author: neptunia +hint: If you're having trouble with the file format, Gary Kessler might help. +category: Forensics +autogen: false +programming: false +value: 100 +files: + - ogreman + \ No newline at end of file