Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarunkoyalwar/nuclei-charts
https://github.com/tarunkoyalwar/nuclei-charts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tarunkoyalwar/nuclei-charts
- Owner: tarunKoyalwar
- License: mit
- Created: 2023-07-17T18:59:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T14:32:30.000Z (7 months ago)
- Last Synced: 2024-04-11T17:14:16.856Z (7 months ago)
- Language: HTML
- Size: 5.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuclei-charts
Nuclei Charts is a simple utility to generate charts for testing purposes from nuclei stats.json file
### Usage
- Checkout nuclei branch `feat-perf-testing`
- build nuclei with `stats` tag
```console
$ go build -tags stats .
```
- Run nuclei with 1 target (only 1 target is supported for now) with desired templates and flags
```console
$ ./nuclei -u https://scanme.sh -stats -c 2000 -rl 5000
```
- ^ will generate a `stats.json` file in the current directory### Install nuclei-charts
```console
$ go install -v github.com/tarunKoyalwar/nuclei-charts@latest
```or build from source
## Generate Charts
### To start a webserver on port 8081 with charts run
```console
$ nuclei-charts -input stats.json
```### To generate a HTML file with charts run
```console
$ nuclei-charts -input stats.json -output output.html
```