easyctf-2017/20xx/grader.py
2017-03-10 19:13:11 -06:00

5 lines
152 B
Python

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