PortSwigger / turbo-intruder

Turbo Intruder is a Burp Suite extension for sending large numbers of HTTP requests and analyzing the results.
https://portswigger.net/blog/turbo-intruder-embracing-the-billion-request-attack
Apache License 2.0
1.42k stars 207 forks source link

pauseBefore Bug Fix #110

Closed wdahlenburg closed 1 year ago

wdahlenburg commented 1 year ago

PR associated with #109.

If pauseBefore is a positive value, this will set the correct position to pause. Currently the pause point is off by 1 character when using pauseBefore.

The sliceArray function includes end, which allows users to specify exactly up to and including the location to pause.