mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Higher the level for Oracle stacked tests just in case the SQL inj is within a PL/SQL function ('cause of no support for stacked queries by design on Oracle)
This commit is contained in:
parent
d8edc5b244
commit
4bb40c0a06
|
@ -1346,7 +1346,7 @@ Formats:
|
||||||
<test>
|
<test>
|
||||||
<title>Oracle stacked queries (BEGIN DBMS_LOCK.SLEEP)</title>
|
<title>Oracle stacked queries (BEGIN DBMS_LOCK.SLEEP)</title>
|
||||||
<stype>4</stype>
|
<stype>4</stype>
|
||||||
<level>3</level>
|
<level>5</level>
|
||||||
<risk>0</risk>
|
<risk>0</risk>
|
||||||
<clause>0</clause>
|
<clause>0</clause>
|
||||||
<where>1</where>
|
<where>1</where>
|
||||||
|
@ -1366,7 +1366,7 @@ Formats:
|
||||||
<test>
|
<test>
|
||||||
<title>Oracle stacked queries (EXEC DBMS_LOCK.SLEEP)</title>
|
<title>Oracle stacked queries (EXEC DBMS_LOCK.SLEEP)</title>
|
||||||
<stype>4</stype>
|
<stype>4</stype>
|
||||||
<level>4</level>
|
<level>5</level>
|
||||||
<risk>0</risk>
|
<risk>0</risk>
|
||||||
<clause>0</clause>
|
<clause>0</clause>
|
||||||
<where>1</where>
|
<where>1</where>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user