You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>It's well known that WAFs only scan up to a certain amount of data per request. This extension allows a tester to manually insert junk data and adds junk data to Active Scans by duplicating each scan check.</p>
<p>Features</p>
<ol>
<li>The option to manually insert a bullet of X Kilobyte</li>
<li>The option to allow the extension to add a parameter of bullet of X Kilobyte
<ol>
<li>The following requests are supported: URL-Encoded Body, JSON, XML, Multipart</li>
<li>The following requests are a work in progress: AMF</li>
<li>If the request's content type of unknown to Burp, then the extension will append the entire body with a bullet.</li>
</ol>
</li>
<li>Adds a check for every burp active scan check. The check will take the standard payload and prepend a bullet of the following sizes: 8, 16, 32, 64, 128, 1024</li>
</ol>
<p> For more information on usage, please check the GitHub.</p>