SQL injection UNION attack, determining the number of columns returned by the query
Walkthrough of UNION-based SQL injection in Burp Academy lab, then automating the exploit with a Python script using requests.Session(), assertions for sanity checks, and logging for debugging.