easyctf-2017/gibberish/grader.py

5 lines
237 B
Python
Raw Permalink Normal View History

2016-10-31 21:45:42 +00:00
def grade(autogen, key):
2016-10-30 06:51:20 +00:00
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."