urbanadventurer / WhatWeb

Next generation web scanner
https://www.morningstarsecurity.com/research/whatweb
GNU General Public License v2.0
5.19k stars 885 forks source link

Is rate limiting supported? #386

Open pieterdd opened 1 year ago

pieterdd commented 1 year ago

Sometimes organizations request that to minimize impact on end users, any automated tooling utilized during pentesting should limit their traffic to a certain number of requests per second. If I pass the flags -t 1 --wait=0.2, will my requests be capped at max. 5 requests/second? If not, is there another way to rate limit requests?