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.59k stars 538 forks source link

version does't provide valid work with -c and rate #1064

Closed hexsurfer closed 3 months ago

hexsurfer commented 4 months ago

I've tested, command, -c 50 shows the following: ps -eLf | grep naabu | grep -v "auto" shows 28 process not 50

GeorginaReeder commented 4 months ago

Thanks for this suggestion @hexsurfer , we appreciate it!

Mzack9999 commented 3 months ago

@hexsurfer a process thread might contain and handle multiple go-routines, this is handled internally by the go scheduler