getsploit icon indicating copy to clipboard operation
getsploit copied to clipboard

Multiple CVEs failed with cvelist argument

Open jdoe979 opened this issue 6 years ago • 1 comments

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,

jdoe979 avatar Aug 05 '19 10:08 jdoe979

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

vulnersCom avatar Aug 22 '19 16:08 vulnersCom