Recommended Tool
yafu, msieve, RsaCtfTool
Exploit Command
python3 -c "from Crypto.PublicKey import RSA; import gmpy2; n = MODULUS; e = 65537; # Factor n"
Vulnerability Hint
1024-bit RSA is weak. Factor using yafu: yafu "factor(@)" -batchfile <(echo "MODULUS_HERE" )