mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-21 22:46:16 +02:00
Removed destructive SQL statements
Those two lines are downright irresponsible, someone is going to use this list to fuzz a web application and accidentally nuke a production database.
This commit is contained in:
parent
ca6bf04c05
commit
52f1658a0c
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…
Reference in a new issue