easyctf-2017/doubly-dangerous/grader.py

5 lines
146 B
Python
Raw Permalink Normal View History

2017-03-12 09:30:07 +00:00
def grade(random, key):
if key.find("bofs_and_floats_are_d0uble_tr0uble!") != -1:
return True, "Correct!"
return False, "Nope :("