-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBappDescription.html
More file actions
13 lines (11 loc) · 898 Bytes
/
Copy pathBappDescription.html
File metadata and controls
13 lines (11 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<p>Burp Intruder normally builds its payload list from strings you type or paste in. This extension
adds a new "Extension-generated" payload type that instead lets you pick one or more files from
disk — each selected file's raw, unmodified content becomes a single payload, used in the
order the files were selected.</p>
<p>This is useful when your payloads are naturally file-shaped: binary blobs, serialized objects,
or large text bodies that are awkward to paste directly into Intruder's payload list.</p>
<p>To use it, set up an Intruder attack and mark your insertion point(s) as usual. In the
<b>Payloads</b> tab, set the payload type to <b>Extension-generated</b> and choose
<b>File Content Payload Generator</b>. When the attack starts, a file chooser dialog is shown so
you can select the file(s) to use as payload sources. Each selected file is used, in full, as one
payload.</p>