easyctf-2017/easy-re/grader.py

5 lines
133 B
Python
Raw Normal View History

2017-03-11 08:26:42 +00:00
def grade(autogen, key):
if key.find("1f_0nly_4ll_r3_w4s_34sy") != -1:
return True, "Correct!"
return False, "Nope!"