projectdiscovery / naabu

A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests
https://projectdiscovery.io
MIT License
4.69k stars 547 forks source link

Show scan percentage on `-v` #795

Closed rew1nter closed 8 months ago

rew1nter commented 1 year ago

Please describe your feature request:

It'd be great if you could show the scan percentage during verbose output. What's better is if you can manage to update the percentage on enter like nmap

Describe the use case of this feature:

show how the scan progresses. helpful for large scans

Mzack9999 commented 8 months ago

Please check if this might help: https://github.com/projectdiscovery/naabu/discussions/947 (the scan percentage can be calculated as packets / total)