easyctf-2017/tiny-eval/grader.py

5 lines
184 B
Python
Raw Normal View History

2017-02-11 23:20:04 +00:00
def grade(autogen, key):
2017-03-13 07:04:06 +00:00
if key.find("it's_2017_who_still_uses_php?(jk_82.5%_of_websites)") != -1:
2017-02-11 23:20:04 +00:00
return True, "You got it!"
return False, "Nope. Keep poking around."