added Flag-PEG
This commit is contained in:
parent
14a50746ac
commit
e1f701f3b0
4 changed files with 14 additions and 0 deletions
1
flag-peg/description.md
Normal file
1
flag-peg/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
We found a flag but it didn't do anything. Maybe you can find a better [flag](${heresaflag_jpg})?
|
4
flag-peg/grader.py
Normal file
4
flag-peg/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
def grade(autogen, key):
|
||||
if key.find("1_wr073_7h15_1n_m5p41n7") != -1:
|
||||
return True, "Correct!"
|
||||
return False, "Nope!"
|
BIN
flag-peg/heresaflag.jpg
Normal file
BIN
flag-peg/heresaflag.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 487 KiB |
9
flag-peg/problem.yml
Normal file
9
flag-peg/problem.yml
Normal file
|
@ -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
|
Loading…
Reference in a new issue