SleuthQL: Burp History parsing tool to discover potential SQL injection points

SleuthQL is a python3 script to identify parameters and values that contain SQL-like syntax. Once identified, it will then insert SQLMap identifiers (*) into each parameter where the SQL-esque variables were identified. SleuthQL requires...