Access VulnCheck intelligence through CLI across MacOS, Linux and Windows platforms. Browse VulnCheck indices, manage backups and access VulnCheck IP Intelligence offline using a terminal.
VulnCheck's CLI is an open source project available on GitHub: https://github.com/vulncheck-oss/cli
You can easily install VulnCheck CLI using an install script. Choose the script and method that matches your operating system:
curl -sSL https://raw.githubusercontent.com/vulncheck-oss/cli/main/install.sh | bash
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/vulncheck-oss/cli/main/install.ps1'))
More detailed installation instructions are available on GitHub
vulncheck auth login
Request vulnerabilities related to a CPE
Request vulnerabilities related to a PURL
Scan a repository for vulnerabilities
Community contributions in the form of issues and features are welcome and can be submitted on GitHub. When submitting issues, please ensure they include sufficient information to reproduce the problem. For new features, provide a reasonable use case, appropriate unit tests, and ensure compliance with required checks in our automated CI/CD pipeline without generating any complaints.