Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The (structured) output of the Nmap script "ssl-cert" reports a "representation" of some integers (at least, the exponent and modulus of RSA keys), rather than their actual values:
$ nmap -n -PS443 -p 443 --script=ssl-cert -oX - www.nmap.org | \ > grep -E '^<elem key="(modulus|exponent)">' <elem key="exponent">BIGNUM: 0xXXXXXXXXXXXX</elem> <elem key="modulus">BIGNUM: 0xXXXXXXXXXXXX</elem>
The text was updated successfully, but these errors were encountered:
Thank you for reporting the issue. A fix has been committed as r37846.
Sorry, something went wrong.
0f3a8a7
Add a tostring metamethod for bignum objects. See #1876
f8846c2
nnposter
No branches or pull requests
The (structured) output of the Nmap script "ssl-cert" reports a "representation" of some integers (at least, the exponent and modulus of RSA keys), rather than their actual values:
The text was updated successfully, but these errors were encountered: