easyctf-2017/tiny-eval/grader.py
2017-03-13 02:04:06 -05:00

5 lines
184 B
Python

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