-
Notifications
You must be signed in to change notification settings - Fork 215
/
BappDescription.html
19 lines (12 loc) · 1.6 KB
/
BappDescription.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<p>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. The following features set it apart:</p>
<ul>
<li>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.</li>
<li>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.</li>
<li>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.</li>
<li>Convenient - Boring results can be automatically filtered out by an advanced diffing algorithm adapted from Backslash Powered Scanner</li>
</ul>
<p>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.</p>
<p><b>Basic use</b></p>
<p>To use it, simply highlight the area you want to inject over, then right click and 'Send to Turbo Intruder'. This will open a window containing a Python snippet which you can customise before launching the attack.</p>
<p>For full usage instructions, please refer to <a href="https://portswigger.net/blog/turbo-intruder-embracing-the-billion-request-attack">the documentation</a>.</p>
<p>Copyright © 2018-2023 PortSwigger Ltd.<p>