Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 708 Bytes

File metadata and controls

39 lines (25 loc) · 708 Bytes

Nuclei Templates Stats

A utility for extracting various metadata from nuclei-templates.

Install

go install -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.