https://github.com/projectdiscovery/templates-stats
A utility for extracting various meta data from nuclei-templates.
https://github.com/projectdiscovery/templates-stats
Last synced: over 1 year ago
JSON representation
A utility for extracting various meta data from nuclei-templates.
- Host: GitHub
- URL: https://github.com/projectdiscovery/templates-stats
- Owner: projectdiscovery
- License: mit
- Created: 2021-07-19T13:26:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T16:56:43.000Z (about 2 years ago)
- Last Synced: 2025-04-02T21:39:02.637Z (over 1 year ago)
- Language: Go
- Size: 70.3 KB
- Stars: 7
- Watchers: 14
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nuclei Templates Stats
A utility for extracting various metadata from nuclei-templates.
### Install
```sh
go install -v github.com/projectdiscovery/templates-stats
```
### Examples
#### Pulls Template stats in Markdown format (default)
```sh
templates-stats -output TEMPLATES-STATS.md
```
#### Pulls Template stats in JSON format
```sh
templates-stats -json -output TEMPLATES-STATS.json
```
#### Pulls Template stats for template stored at custom path
```sh
templates-stats -output TEMPLATES-STATS.md -path custom_templates/
```
#### Pulls Top 10 authors of templates
```sh
templates-stats -top 10 -authors -output TOP-10.md
```
#### Note:
- As default `$HOME/nuclei-templates` path is used.