add solved missing raindeer
This commit is contained in:
13
crypto/MissingRaindeer/README.md
Normal file
13
crypto/MissingRaindeer/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user