maurosoria / dirsearch

Web path scanner
11.57k stars 2.29k forks source link

1305 Issue fix - delay applied to all requests #1349

Closed ajcriado closed 6 months ago

ajcriado commented 6 months ago

Description

Fix #1305 Issue

Delay parameter is not applied to baseline requests so I have changed the Time.sleep call from fuzzer.py to requester.py, where all the requests are made

maurosoria commented 6 months ago

Hello Antonio!

IMO delay should be applied between baseline requests. In terms of responsibility, the Requester shouldn't be in charge of scheduling this because most of the time runs with multiple threads. If you want to put this part of code between baseline requests I'd be happy to merge it.

Thanks for contributing!