Turbo Intruder is a Burp Suite extension for sending large numbers of HTTP requests and analyzing the results. It's intended to complement Burp Intruder by handling attacks that require extreme speed or complexity.
Features
- Fast - Turbo Intruder uses a HTTP stack hand-coded from scratch with speed in mind. As a result, on many targets it can seriously outpace even fashionable asynchronous Go scripts.
- Flexible - Attacks are configured using Python. This enables handling of complex requirements such as signed requests and multi-step attack sequences. Also, the custom HTTP stack means it can handle malformed requests that break other libraries.
- Scalable - Turbo Intruder can achieve flat memory usage, enabling reliable multi-day attacks. It can also be run in headless environments via the command line.
- Convenient - Boring results can be automatically filtered out by an advanced diffing algorithm adapted from Backslash Powered Scanner
On the other hand it's undeniably harder to use, and the network stack isn't as reliable and battle-tested as core Burp's.
Basic use
- Highlight the area you would like to inject over.
- Right click, and use the context menu option "Send to Turbo Intruder". A new window containing your request will open.
- Customize the Python code snippet to configure your attack.
- Launch your attack by clicking the "Attack" button.
To get started with Turbo Intruder, please refer to the video and documentation at Embracing the billion-request attack.
Copyright © 2018-2025 PortSwigger Ltd.