Count how many input lines contain an obvious SQLi pattern.
For each line of stdin (a captured query string or POST body), flag it as suspicious if (case-insensitive) it contains ANY of:
- `or 1=1`
- `--`
- `union select`
- `drop table`
Print a single integer: the number of suspicious lines.
Sign in to save your code and track progress across devices.