-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't working
Description
function check_vuln(version){
show_scanning('../images/crawl_vuln.svg', 'Checking for Version Vulnerabilities...', '4');
var vuln_ver = version.split(".").join("");
var vuln_url = 'https://wpvulndb.com/api/v2/wordpresses/' + vuln_ver;
they switched to v3 with apikey. maybe you want to update your script.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working