templates-stats
2021-07-19 22:26:20 Author: github.com(查看原文) 阅读量:29 收藏

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.

文章来源: https://github.com/projectdiscovery/templates-stats
如有侵权请联系:admin#unsafe.sh