This repo Gathers all available cve exploits from github.
go install github.com/rix4uni/cvemapping@latest
wget https://github.com/rix4uni/cvemapping/releases/download/v0.0.1/cvemapping-linux-amd64-0.0.1.tgz
tar -xvzf cvemapping-linux-amd64-0.0.1.tgz
rm -rf cvemapping-linux-amd64-0.0.1.tgz
mv cvemapping ~/go/bin/cvemapping
Or download binary release for your platform.
git clone --depth 1 github.com/rix4uni/cvemapping.git
cd cvemapping; go install
Usage of cvemapping:
-github-token string
GitHub Token for authentication
-page string
Page number to fetch, or 'all' (default "1")
-year string
Year to search for CVEs (e.g., 2024, 2020)
echo '"CVE-2024-"' | cvemapping -github-token "TOKEN" -page all -year 2024