SQL Cheatsheet

Using fuzz list in Intruder for initial testing

  • Put parameter to intruder, select Fuzzing - SQL Injection

Add parameters to Intruder

  • Add regex to replace placeholders {base} and {domain} with the base value of payload position and Burp Collaborator. Java regex quirk: { has special meaning, so matching {base} needs regex: (\{base})

Add to payload processing