allfro / pymetasploit

A full-fledged msfrpc library for Metasploit framework.
297 stars 141 forks source link

How to search exploits based on CVE #20

Open ashleyabraham opened 6 years ago

ashleyabraham commented 6 years ago

Is there a way to search the metasploit exploits based on the common vulnerabilities and exploits (CVE) number or title using the current pymetasploit api?

ashleyabraham commented 6 years ago

Does pymetasploit have a search capability?

allfro commented 6 years ago

I don't think the API has support for that unless you open a console shell and interact with it just like you would with msf's cli

J5ong commented 5 years ago

If I want to find out about ’couchdb‘ print [i for i in client.modules.exploits if 'couchdb' in i]