easyctf-2017/tiny-eval/grader.py
2017-03-14 17:23:55 -05:00

5 lines
171 B
Python

def grade(autogen, key):
if key.find("it's_2017_anD_we're_still_using_PHP???") != -1:
return True, "You got it!"
return False, "Nope. Keep poking around."