Overview
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.
How Can I Access VulnCheck CLI?
VulnCheck's CLI is an open source project available on GitHub: https://github.com/vulncheck-oss/cli
Installing the VulnCheck Python-SDK
You can easily install VulnCheck CLI using an install script. Choose the script and method that matches your operating system:
Install on macOS and Linux
curl -sSL https://raw.githubusercontent.com/vulncheck-oss/cli/main/install.sh | bash
Install on Windows
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
Configuring VulnCheck Access
- From the terminal authenticate your VulnCheck account by running:
vulncheck auth login
- Select to Login with a browser or Paste an authentication token to complete authentication
How do I use VulnCheck CLI?
Request vulnerabilities related to a CPE
Request vulnerabilities related to a PURL
Scan a repository for vulnerabilities
How Can I Contribute to VulnCheck CLI?
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.