easyctf-2017/finn/grader.py

5 lines
158 B
Python
Raw Normal View History

2016-10-31 21:45:42 +00:00
def grade(autogen, key):
2016-10-30 18:54:20 +00:00
if key.find("st4r_w4rs_1s_b35t_:D") != -1:
return True, "Great job!"
return False, "Nope. Try reading the help file"