maurosoria / dirsearch

Web path scanner
11.57k stars 2.29k forks source link

1305 Issue fix - delay applied to all requests #1354

Closed ajcriado closed 6 months ago

ajcriado commented 6 months ago

Description

Fix https://github.com/maurosoria/dirsearch/issues/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

Note: I have moved the delay between baseline requests as @maurosoria requested here