easyctf-2017/flag-collection/grader.py
2017-01-24 19:28:45 -05:00

5 lines
158 B
Python

def grade(autogen, answer):
if answer.find("thumbs.db_c4n_b3_useful") != -1:
return True, "wowie! thumbs up"
return False, "Nope, try again."