Path: blob/master/RSA-encryption/Attack-Retrieve-Modulus/Challenges/Lost-Key/README.md
1402 views
Lost-Key
Challenge Description: I lost my public key. Can you find it for me?
nc 18.179.251.168 21700
Challenge Writeup
Instructions to host locally
Run the shell script run.sh and interact with the service using pwntools' process
function. For more information, checkout the script I wrote to solve the challenge locally exploit.py.
Directory Contents
rsa.py: encryption script
flag: flag file (Not public, only for hosting purposes)
exploit.py: exploit script to solve the challenge locally