Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ashutosh1206
GitHub Repository: ashutosh1206/crypton
Path: blob/master/RSA-encryption/Attack-Retrieve-Modulus/Challenges/Lost-Key/README.md
1402 views

Lost-Key

  1. Challenge Description: I lost my public key. Can you find it for me?

    • nc 18.179.251.168 21700

  2. 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

  1. rsa.py: encryption script

  2. flag: flag file (Not public, only for hosting purposes)

  3. run.sh

  4. exploit.py: exploit script to solve the challenge locally