easyctf-2017/ziptunnel/grader.py
2017-02-15 06:11:28 +00:00

5 lines
191 B
Python

def grade(autogen, key):
if key.find("x4m1n3_uR_z1pp34_PDq_17c4ee3") != -1:
return True, "Awesome work! Is it dark down there at the end of the tunnel?"
return False, "Nope."