W01fh4cker / nucleiTemplatesClassifier

Classify the yaml scripts in nuclei-templates according to the vulnerability severity and year and export them to html or json(api).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nucleiTemplatesClassifier

What

nucleiTemplatesClassifier is a program that filters yaml scripts in nuclei-templates based on year or vulnerability severity.

How

You can download the compiled files directly from https://github.com/W01fh4cker/nucleiTemplatesClassifier/releases.
You can also compile it yourself directly (my development environment is go 1.21):

git clone https://github.com/W01fh4cker/nucleiTemplatesClassifier.git
cd nucleiTemplatesClassifier
go build

Why

I wrote this tool purely to practice golang and solve some time-consuming tasks in daily life.

Other

If you have any good ideas, you can communicate with me at https://github.com/W01fh4cker/nucleiTemplatesClassifier/issues.

About

Classify the yaml scripts in nuclei-templates according to the vulnerability severity and year and export them to html or json(api).


Languages

Language:Go 100.0%