add solved missing raindeer

This commit is contained in:
aaron
2021-12-03 16:41:55 +01:00
parent 2137ee9671
commit bde9e43e4f
3 changed files with 24 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
# Missing Raindeer
## Flag
HTB{w34k_3xp0n3n7_ffc896}
## How to solve
```bash
# 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
```