Files
2021-12-03 16:41:55 +01:00

285 B

Missing Raindeer

Flag

HTB{w34k_3xp0n3n7_ffc896}

How to solve

# Extract pubkey.der and secret.enc from mail.eml (secret.enc is b64 so, decode it first!)
# Then run rsactftool against it
python3 RsaCtfTool.py --publickey tmp/pub.key --uncipherfile dat/secret.enc