Skip to content
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

outdated api #1

Open
d4op opened this issue Oct 29, 2019 · 5 comments
Open

outdated api #1

d4op opened this issue Oct 29, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@d4op
Copy link

d4op commented Oct 29, 2019

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.

@d4op
Copy link
Author

d4op commented Oct 29, 2019

var t = new Request("https://wpvulndb.com/api/v3/wordpresses/" + e.split(".").join(""), {
	method: 'GET',
 	headers: {'Authorization': 'Token token=XXX'}
});

@Tuhinshubhra
Copy link
Owner

hey @d4op I am aware of this event and I'm working on a solution so that I don't have to use wpvulndb api at all. anyways thank you for the report i will fix it asap!

@Tuhinshubhra Tuhinshubhra added the bug Something isn't working label Jan 13, 2020
@d4op
Copy link
Author

d4op commented Jan 24, 2020

btw i see they added plugin vuln check
https://wpvulndb.com/api/v3/plugins/eshop
so you can add not only the list of plugins, you can display if the plugin in v X got vulns too :)

@d4op
Copy link
Author

d4op commented Jan 24, 2020

and theme too
curl -H "Authorization: Token token=API_TOKEN" https://wpvulndb.com/api/v3/themes/pagelines

@Tuhinshubhra
Copy link
Owner

But the problem is every user is rate limited to 50 calls every day which i think is way too less. I am almost done making another alternative solution, stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants