add blogbox
This commit is contained in:
parent
4db9fe02d9
commit
d65835a439
3 changed files with 11 additions and 0 deletions
1
blogbox/description.md
Normal file
1
blogbox/description.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
I found another [blog](http://blogbox.web.easyctf.com/)! Do you think you can find a flag on it?
|
4
blogbox/grader.py
Normal file
4
blogbox/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
def grade(autogen, key):
|
||||||
|
if key.find("i_cant_GET_n0_s@tisfAct10N") != -1:
|
||||||
|
return True, "I always knew you could GET it!"
|
||||||
|
return False, "Keep trying."
|
6
blogbox/problem.yml
Normal file
6
blogbox/problem.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
author: blockingthesky
|
||||||
|
title: Blogbox
|
||||||
|
category: Web
|
||||||
|
autogen: false
|
||||||
|
programming: false
|
||||||
|
value: 135
|
Loading…
Reference in a new issue