Skip to content

script_basereplace

Baron Crowley edited this page Apr 26, 2021 · 1 revision

In the fuzzing - quick and fuzzing - full lists provided with Burp Intruder by default, the token "{base}" appears, and you're meant to add a match-and-replace processing rule, but this is not ideal when you are testing multiple insertion points with different base values. This script will replace {base} with the original value at the insertion point being tested.

payload = current_payload.replace("{base}", base_value)
Clone this wiki locally