easyctf-2017/decomphose/grader.py
2017-02-15 03:02:31 +00:00

5 lines
171 B
Python

def grade(autogen, key):
if key.find("wh4t_a_5weet_fFLag_2b04e1") != -1:
return True, "You got it. Nice construction!"
return False, "Sorry, keep trying."