forked from baroncrowley/python_intruder_payloads
-
Notifications
You must be signed in to change notification settings - Fork 0
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)