easyctf-2017/gibberish/grader.py
2016-10-31 16:45:42 -05:00

5 lines
237 B
Python

def grade(autogen, key):
if key.find("col0rs_b4rcod3s_and_b1nary_f?n") != -1:
return True, "Nice! See, it wasn't nonsense after all :)"
return False, "My flags are also unlisted. I really don't like highlighting either."