diff --git a/flag-collection/description.md b/flag-collection/description.md new file mode 100644 index 0000000..48a2598 --- /dev/null +++ b/flag-collection/description.md @@ -0,0 +1 @@ +Here's a collection of flags! I think you're looking for a specific one, though... \ No newline at end of file diff --git a/flag-collection/flags.zip b/flag-collection/flags.zip new file mode 100644 index 0000000..8d4ffdb Binary files /dev/null and b/flag-collection/flags.zip differ diff --git a/flag-collection/grader.py b/flag-collection/grader.py new file mode 100644 index 0000000..127b0dc --- /dev/null +++ b/flag-collection/grader.py @@ -0,0 +1,4 @@ +def grade(autogen, answer): + if answer.find("thumbs.db_c4n_b3_useful") != -1: + return True, "wowie! thumbs up" + return False, "Nope, try again." diff --git a/flag-collection/problem.yml b/flag-collection/problem.yml new file mode 100644 index 0000000..e66451e --- /dev/null +++ b/flag-collection/problem.yml @@ -0,0 +1,10 @@ +title: Flag Collection +author: neptunia +hint: Looking through all these files must be a pain... +category: Forensics +autogen: false +programming: false +value: 80 +files: + - flags.zip + \ No newline at end of file