diff --git a/crack.py b/crack.py index ce282c5..db3c24a 100644 --- a/crack.py +++ b/crack.py @@ -5,9 +5,9 @@ while not "You found the secret" in answer: print(0) - print("HACK_EVERYTHING") # TODO: find how to hack everything + print("{self.ask_secret.__globals__[SECRET][%d]}>9" % len(password)) input() input() - password += extract_password_char(input()) # TODO: find how to extract a password character + password += input()[10] print(password) answer = input()