diff --git a/flag-peg/description.md b/flag-peg/description.md new file mode 100644 index 0000000..58d3234 --- /dev/null +++ b/flag-peg/description.md @@ -0,0 +1 @@ +We found a flag but it didn't do anything. Maybe you can find a better [flag](${heresaflag_jpg})? \ No newline at end of file diff --git a/flag-peg/grader.py b/flag-peg/grader.py new file mode 100644 index 0000000..9a29aa3 --- /dev/null +++ b/flag-peg/grader.py @@ -0,0 +1,4 @@ +def grade(autogen, key): + if key.find("1_wr073_7h15_1n_m5p41n7") != -1: + return True, "Correct!" + return False, "Nope!" diff --git a/flag-peg/heresaflag.jpg b/flag-peg/heresaflag.jpg new file mode 100644 index 0000000..ce4630f Binary files /dev/null and b/flag-peg/heresaflag.jpg differ diff --git a/flag-peg/problem.yml b/flag-peg/problem.yml new file mode 100644 index 0000000..13c6e47 --- /dev/null +++ b/flag-peg/problem.yml @@ -0,0 +1,9 @@ +author: GenericNickname +title: Flag PEG +hint: You're not looking deep enough +category: Forensics +autogen: false +programming: false +value: 50 +files: + - heresaflag.jpg