mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-07-18 01:39:18 -04:00
Merge pull request #503 from Paradoxis/master
Removed destructive SQL statements
This commit is contained in:
commit
d5271820d0
1 changed files with 2 additions and 2 deletions
|
@ -543,8 +543,8 @@ http://a/%%30%30
|
|||
#
|
||||
# Strings which can cause a SQL injection if inputs are not sanitized
|
||||
|
||||
1;DROP TABLE users
|
||||
1'; DROP TABLE users-- 1
|
||||
1; SELECT 1
|
||||
1'; SELECT 1-- 1
|
||||
' OR 1=1 -- 1
|
||||
' OR '1'='1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue