easyctf-2017/blogbox/grader.py

5 lines
166 B
Python
Raw Normal View History

2017-03-14 19:44:28 +00:00
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."