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 can i search on any cve #105

Closed
pretech86 opened this issue Jun 13, 2020 · 1 comment
Closed

how can i search on any cve #105

pretech86 opened this issue Jun 13, 2020 · 1 comment
Labels
question Further information is requested

Comments

@pretech86
Copy link

thanks for the tool but how can i search on query like cve

@manmolecular
Copy link
Collaborator

manmolecular commented Jun 13, 2020

Hello, thanks for your interest in this project!

  1. If you want to get all the CVEs from hosts that you have collected from Shodan or Censys engines, you can run Grinder scan with flags -vs and -vw:
  -vs, --vulners-scan   Initiate Vulners API scanning
  -vw VULNERS_WORKERS, --vulners-workers VULNERS_WORKERS
                        Number of Vulners workers to scan

With these flags, you will collect vulnerabilities from the Shodan database + Vulners API.
Note: you need Nmap Network Scanner to use this feature.

  1. Or, if you want to search for all the hosts with some particular CVEs in them with search engines like Shodan and Censys (for example, if you want to find all the hosts vulnerable to the Heartbleed), you need to provide a special filter for them, for example, in case of Shodan, you can use "vuln:" prefix like this (if this feature is available in your API plan):
vuln:"CVE-2014-0160"

If you have any additional questions, feel free to ask.

@manmolecular manmolecular added the question Further information is requested label Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants