diff --git a/rev/password-recovery/README.md b/rev/password-recovery/README.md new file mode 100644 index 0000000..bfac011 --- /dev/null +++ b/rev/password-recovery/README.md @@ -0,0 +1 @@ +Our infra admin "LosCapitan" stores all of his passwords in a self-hosted password manager. Shortly before the CTF, he forgot his password and now he can't access his passwords anymore. The keys to the underlying server are stored in the password manager as well. Luckily, he never changed his password and we still have the old password checker for one of our servers. Can you help us recover his password for the "LosCapitan" user? Wrap the correct password in gctf{}. Flag format is gctf{.*}. \ No newline at end of file diff --git a/rev/password-recovery/app b/rev/password-recovery/app new file mode 100644 index 0000000..ade260b Binary files /dev/null and b/rev/password-recovery/app differ