-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Scrape CVSS calculator on first.org #2
Comments
From browser javascript console -- document.getElementsByClassName("c-hand text-warning")[0].innerText |
Initial set of vectors for testing, taken from the CVSS v4.0 examples document --
|
Script to supply a vector to the first.org cvss calculator and return the calculated score. Needs to figure out how to get the value out of the javascript running in the browser.
The text was updated successfully, but these errors were encountered: