easyctf-2017/match-me/grader.py

5 lines
142 B
Python
Raw Normal View History

2017-02-12 05:35:04 +00:00
def grade(autogen, key):
if key.find("51cacb0258b7862d646964c0da7c6125") != -1:
2017-02-12 05:35:04 +00:00
return True, "Correct!"
return False, "Nope!"