Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Meth_M4th

Level: 4

Description: The level is 4 not because of it's difficulty but of it's trickiness. Check if there are some unusual variable values given in the challenge which are not supposed to be given in conventional unpadded RSA. Apply some basic Theorems from Number Theory, find the vulnerability, exploit it and get the flag!

Points: 45

Documentation reference for libraries used:

  1. gmpy2: https://gmpy2.readthedocs.io/en/latest/
  2. pycrypto: https://www.dlitz.net/software/pycrypto/api/2.6/
  3. pycrypto's PublicKey RSA module: https://www.dlitz.net/software/pycrypto/api/2.6/toc-Crypto.PublicKey.RSA-module.html