db1000n icon indicating copy to clipboard operation
db1000n copied to clipboard

Is there a command line option to scale down power of attack ?

Open HongKilDong opened this issue 3 years ago • 1 comments

I see there is a command line option scale up power of attack, but I need to scale down. What options do I have ?

HongKilDong avatar Apr 09 '22 13:04 HongKilDong

it's not a direct scale down but you can make it use less resources by providing --min-interval to have artificial pauses between requests. It expects a duration value like --min-interval 1s or --min-interval 5000ms. If you use docker-compose or any cloud setup it may be easier to set that same option via MIN_INTERVAL environment variable

arriven avatar Apr 09 '22 17:04 arriven