mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 00:04:23 +03:00
found a fix for a OR time-based MySQL payload :)
This commit is contained in:
parent
61f82fd274
commit
1ba98dc9ec
|
@ -1570,7 +1570,7 @@ Formats:
|
|||
<where>2</where>
|
||||
<vector>OR IF(([INFERENCE]), [RANDNUM], SLEEP([SLEEPTIME]))</vector>
|
||||
<request>
|
||||
<payload>OR SLEEP([SLEEPTIME])</payload>
|
||||
<payload>OR SLEEP([SLEEPTIME])=0</payload>
|
||||
</request>
|
||||
<response>
|
||||
<time>[SLEEPTIME]</time>
|
||||
|
|
Loading…
Reference in New Issue
Block a user