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

Skip to content

Commit f06ff42

Browse files
committed
This never worked. Not sure who incorporated it (WAITFOR DELAY can't go to SELECT/CASE)
1 parent 4bc1cf4 commit f06ff42

2 files changed

Lines changed: 1 addition & 43 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.6.17"
22+
VERSION = "1.0.6.18"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/payloads/05_time_blind.xml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,27 +1418,6 @@
14181418
</details>
14191419
</test>
14201420

1421-
<test>
1422-
<title>Microsoft SQL Server/Sybase time-based blind - Parameter replace</title>
1423-
<stype>5</stype>
1424-
<level>3</level>
1425-
<risk>1</risk>
1426-
<clause>1,3,9</clause>
1427-
<where>3</where>
1428-
<vector>(SELECT (CASE WHEN ([INFERENCE]) THEN WAITFOR DELAY '0:0:[SLEEPTIME]' ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))</vector>
1429-
<request>
1430-
<payload>(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN WAITFOR DELAY '0:0:[SLEEPTIME]' ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))</payload>
1431-
</request>
1432-
<response>
1433-
<time>[SLEEPTIME]</time>
1434-
</response>
1435-
<details>
1436-
<dbms>Microsoft SQL Server</dbms>
1437-
<dbms>Sybase</dbms>
1438-
<os>Windows</os>
1439-
</details>
1440-
</test>
1441-
14421421
<test>
14431422
<title>Microsoft SQL Server/Sybase time-based blind - Parameter replace (heavy queries)</title>
14441423
<stype>5</stype>
@@ -1718,27 +1697,6 @@
17181697
</details>
17191698
</test>
17201699

1721-
<test>
1722-
<title>Microsoft SQL Server/Sybase time-based blind - ORDER BY clause</title>
1723-
<stype>5</stype>
1724-
<level>3</level>
1725-
<risk>1</risk>
1726-
<clause>2,3</clause>
1727-
<where>1</where>
1728-
<vector>,(SELECT (CASE WHEN ([INFERENCE]) THEN WAITFOR DELAY '0:0:[SLEEPTIME]' ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))</vector>
1729-
<request>
1730-
<payload>,(SELECT (CASE WHEN ([RANDNUM]=[RANDNUM]) THEN WAITFOR DELAY '0:0:[SLEEPTIME]' ELSE [RANDNUM]*(SELECT [RANDNUM] UNION ALL SELECT [RANDNUM1]) END))</payload>
1731-
</request>
1732-
<response>
1733-
<time>[SLEEPTIME]</time>
1734-
</response>
1735-
<details>
1736-
<dbms>Microsoft SQL Server</dbms>
1737-
<dbms>Sybase</dbms>
1738-
<os>Windows</os>
1739-
</details>
1740-
</test>
1741-
17421700
<test>
17431701
<title>Microsoft SQL Server/Sybase time-based blind - ORDER BY clause (heavy query)</title>
17441702
<stype>5</stype>

0 commit comments

Comments
 (0)