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

pps rate is more and more smaller #589

Closed leveryd closed 1 year ago

leveryd commented 1 year ago

Naabu version:

v2.1.1

Current Behavior:

during scan, the pps rate is more and more low, from 500(pps) to 8(pps)

Expected Behavior:

keep the same pps rate during the whole scan

Steps To Reproduce:

docker run projectdiscovery/naabu:v2.1.1 -l /tmp/hosts -r 114.114.114.114,8.8.8.8 -ec -stats -p 80,443 -json -o /tmp/result

u can get /tmp/hosts on the attachment

image

Anything else:

hosts.tgz

Mzack9999 commented 1 year ago

@leveryd Thanks for opening this issue. I'm trying with the set of hosts, but I only hit the rate limit. Are you facing this issue at every scan with large lists?

leveryd commented 1 year ago

I am not sure it will happen every time or not, but i am sure it happens in nuclei too.

I will find time to retest it, to see if it happen every scan.

Mzack9999 commented 1 year ago

Closing - Let us know if this needs more investigation