projectdiscovery / nuclei

Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the internet. It helps you find vulnerabilities in your applications, APIs, networks, DNS, and cloud configurations.
https://docs.projectdiscovery.io/tools/nuclei
MIT License
20.41k stars 2.49k forks source link

[feature] Show progress of running scans #943

Closed 0xcrypto closed 3 years ago

0xcrypto commented 3 years ago

Is your feature request related to a problem? Please describe. Running nuclei on many hosts is very slow process. I know it is running but still it visually seems hanged.

Describe the solution you'd like A progress bar similar to ffuf that will show how many requests sent or templates scanned so that user can have a feel of something is being done.

ehsandeep commented 3 years ago

Hi @0xcrypto,

Nuclei have stats flag for the same purpose, related issues about stats - https://github.com/projectdiscovery/nuclei/issues/664