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

Multiple CVEs failed with cvelist argument #18

Open
jdoe979 opened this issue Aug 5, 2019 · 1 comment
Open

Multiple CVEs failed with cvelist argument #18

jdoe979 opened this issue Aug 5, 2019 · 1 comment

Comments

@jdoe979
Copy link

jdoe979 commented Aug 5, 2019

Hello,

We don't have same result when trying to get exploits using following commands:

  • getsploit -j cvelist:CVE-2019-5521
    --> exploit not found. OK

  • getsploit -j cvelist:CVE-2019-5684
    --> exploit not found. OK

  • but, getsploit -j cvelist:CVE-2019-5521,CVE-2019-5684
    --> several exploits found but there is no link between result and CVE Ids given in input.

Any Idea ?

Regards,

@vulnersCom
Copy link
Owner

Yep, that's a syntax issue.
Please try cvelist:"CVE-2019-5684" for single.
cvelist:("CVE-2019-5521" OR "CVE-2019-5684") for multiple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants