An open API service indexing awesome lists of open source software.

https://github.com/MohamSayed/Throttler

This extension is for Burpsuite
https://github.com/MohamSayed/Throttler

burpsuite intruder options

Last synced: about 1 month ago
JSON representation

This extension is for Burpsuite

Awesome Lists containing this project

README

        

# 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.