Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1009 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 1009 Bytes

Throttler v0.1

The target of this extension is to add more options to burpsuite Intruder.

LICENSE:

This software is free to distribute, modify and use with the condition that credit is provided to the author (EagleE6789E@CrowdShield) and is not for commercial use

  • Constant throttling(pause): Intruder for specific time for each group of attacks(requests). The number of attacks of each group can be changed too. For instance:

       attack 1
       attack 2
       attack 3

       stop for 60 seconds

       then continue

       attack 4
       attack 5
       attack 6

       stop for 60 seconds

       then continue

       attack 7
       attack 8
       attack 9

    notice that there are no increasing in time or requests numbers.
    More features Will be added later.