Sometimes RSA certificates are breakable
Certificatearrow-up-right
Decode the RSA certificate at https://8gwifi.org/PemParserFunctions.jsparrow-up-right or https://www.sslchecker.com/certdecoderarrow-up-right
Find the modulus value in the decoded certificate: Modulus: 4966306421059967 (0x11a4d45212b17f)
Modulus: 4966306421059967 (0x11a4d45212b17f)
Use Yafu to factor into p and q: factor(0x11a4d45212b17f)
factor(0x11a4d45212b17f)
picoCTF{73176001,67867967}
Last updated 4 years ago