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
- Host: GitHub
- URL: https://github.com/MohamSayed/Throttler
- Owner: MohamSayed
- Created: 2018-04-19T18:10:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T12:09:45.000Z (almost 7 years ago)
- Last Synced: 2024-07-29T20:08:10.186Z (9 months ago)
- Topics: burpsuite, intruder, options
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-burp-suite - **0**星
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.