A utility for extracting various meta data from nuclei-templates.
Install
GO111MODULE=on go get -v github.com/projectdiscovery/templates-stats
Examples
Pulls Template stats in Markdown format (default)
templates-stats -output TEMPLATES-STATS.md
Pulls Template stats in JSON format
templates-stats -json -output TEMPLATES-STATS.json
Pulls Template stats for template stored at custom path
templates-stats -output TEMPLATES-STATS.md -path custom_templates/
Pulls Top 10 authors of templates
templates-stats -top 10 -authors -output TOP-10.md
Note:
- As default
$HOME/nuclei-templates
path is used.