Skip to content

This repo Gathers all available cve exploits from github.⚠️ Be careful Malware.

Notifications You must be signed in to change notification settings

rix4uni/cvemapping

Repository files navigation

cvemapping

This repo Gathers all available cve exploits from github.

Installation

go install github.com/rix4uni/cvemapping@latest

Download prebuilt binaries

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.

Compile from source

git clone --depth 1 github.com/rix4uni/cvemapping.git
cd cvemapping; go install

Usage

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)

Usage Examples

echo '"CVE-2024-"' | cvemapping -github-token "TOKEN" -page all -year 2024

About

This repo Gathers all available cve exploits from github.⚠️ Be careful Malware.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published