ntFetcher is a Go application designed to fetch and track new CVE-related pull requests from the projectdiscovery/nuclei-templates repository. It helps security researchers and developers stay up-to-date with the latest CVE templates.
- Fetches new CVE-related pull requests
- Downloads associated YAML files for new pull requests
-
Ensure you have Go installed on your system. If not, download and install it from golang.org.
-
Clone this repository
-
cd ntFetcher
-
go run main.go -download
- Fetch new pull requests and display them:
go run main.go
- Fetch new pull requests and download associated YAML files:
go run main.go -download
- Run in silent mode and save output to a custom file:
go run main.go -silent -output custom_output.json