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

How to search exploits based on CVE #20

Open
ashleyabraham opened this issue Mar 23, 2018 · 3 comments
Open

How to search exploits based on CVE #20

ashleyabraham opened this issue Mar 23, 2018 · 3 comments

Comments

@ashleyabraham
Copy link

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
Copy link
Author

Does pymetasploit have a search capability?

@allfro
Copy link
Owner

allfro commented Jul 8, 2018

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
Copy link

J5ong commented Sep 5, 2018

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

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

3 participants