You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
thanks for the tool but how can i search on query like cve
The text was updated successfully, but these errors were encountered: