easyctf-2017/injection2/grader.py
2017-03-15 14:45:51 +00:00

5 lines
178 B
Python

def grade(autogen, key):
if key.find("reUNI0Ns_are_alw4ys_s0_em0t1onal") != -1:
return True, "Nice 1337 heccker skillz!"
return False, "Nah. Keep trying though."