mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00: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:
@@ -1346,7 +1346,7 @@ Formats:
|
||||
<test>
|
||||
<title>Oracle stacked queries (BEGIN DBMS_LOCK.SLEEP)</title>
|
||||
<stype>4</stype>
|
||||
<level>3</level>
|
||||
<level>5</level>
|
||||
<risk>0</risk>
|
||||
<clause>0</clause>
|
||||
<where>1</where>
|
||||
@@ -1366,7 +1366,7 @@ Formats:
|
||||
<test>
|
||||
<title>Oracle stacked queries (EXEC DBMS_LOCK.SLEEP)</title>
|
||||
<stype>4</stype>
|
||||
<level>4</level>
|
||||
<level>5</level>
|
||||
<risk>0</risk>
|
||||
<clause>0</clause>
|
||||
<where>1</where>
|
||||
|
||||
Reference in New Issue
Block a user