easyctf-2017/20xx/grader.py

5 lines
152 B
Python
Raw Normal View History

2017-03-11 01:13:11 +00:00
def grade(random, key):
if key.lower().find("foxonlyfd") != -1:
return True, "Correct!"
return False, "Work on your tech skill, skrub."