easyctf-2017/decomphose/grader.py

5 lines
171 B
Python
Raw Normal View History

2017-02-15 03:02:31 +00:00
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."