Rating: 5.0

In this challenge it was not possible to find the inverse of e in the normal way since the gcd of e and phi(n) was not 1.
Here is a detailed solution on the way we solved it:
https://github.com/yonlif/0x41414141-CTF-writeups/blob/main/eazyRSA.md

Original writeup (https://github.com/yonlif/0x41414141-CTF-writeups/blob/main/eazyRSA.md).