PicoCTF - john_pollard
tags: PicoCTF
CTF
Crypto
Background
Source code
1 |
|
Recon
- Hint 1: The flag is in the format picoCTF{p,q}
- Hint 2: Try swapping p and q if it does not work 這一題就只是把certificate解出來,發現n超小,所以就直接
Exploit - openssl
1 |
|
Use online tool to factor
p = 67867967
q = 73176001
Flag: picoCTF{73176001,67867967}