getsploit
getsploit copied to clipboard
Multiple CVEs failed with cvelist argument
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,
Yep, that's a syntax issue. Please try cvelist:"CVE-2019-5684" for single. cvelist:("CVE-2019-5521" OR "CVE-2019-5684") for multiple.