mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Major bug fix to correctly handle custom SQL "limited" queries on Oracle
This commit is contained in:
@@ -83,7 +83,7 @@ SQL_STATEMENTS = {
|
||||
" limit ",
|
||||
" offset ",
|
||||
" union all ",
|
||||
" rownum ", ),
|
||||
" rownum as ", ),
|
||||
|
||||
"SQL data definition": (
|
||||
"create ",
|
||||
|
||||
Reference in New Issue
Block a user