Skip to content

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.

Notifications You must be signed in to change notification settings

admiralhr99/ntFetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ntFetcher: Nuclei Templates Pull Request Fetcher

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.

Features

  • Fetches new CVE-related pull requests
  • Downloads associated YAML files for new pull requests

Installation

  1. Ensure you have Go installed on your system. If not, download and install it from golang.org.

  2. Clone this repository

  3. cd ntFetcher

  4. go run main.go -download

Examples

  1. Fetch new pull requests and display them:
go run main.go
  1. Fetch new pull requests and download associated YAML files:
go run main.go -download
  1. Run in silent mode and save output to a custom file:
go run main.go -silent -output custom_output.json

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages