easyctf-2017/serial/grader.py

4 lines
222 B
Python
Raw Permalink Normal View History

2017-02-20 00:16:43 +00:00
def grade(random, key):
if key.find("easyctf{s3r1Al_F0rMat5_R_GreAT}") != -1:
return True, "01000011 01101111 01110010 01110010 01100101 01100011 01110100 00100001" #"Correct!".toBin()
return False, "Nope."