We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
Yep, that's a syntax issue. Please try cvelist:"CVE-2019-5684" for single. cvelist:("CVE-2019-5521" OR "CVE-2019-5684") for multiple.
Sorry, something went wrong.
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: