Skip to content

cvebase/cvebaser

Repository files navigation

cvebaser Go Report

cvebaser is a tool for interacting with cvebase/cvebase.com data, built in Go.

Install

cvebaser requires go1.15+ for installation.

GO111MODULE=on go get -u -v github.com/cvebase/cvebaser/cmd/cvebaser

Usage

Lint all files:

cvebaser lint -r <path to cvebase.com repo>

Lint files from a specific commit:

cvebaser lint -r <path to cvebase.com repo> -c <git commit hash>

Export all cvebase PoCs to json file:

cvebaser export -r <path to cvebase.com repo> -o pocs.json

License

MIT License

About

A tool for interacting with cvebase data in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages