mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor bug fix to make the Partial UNION query SQL injection technique
work properly also on Oracle and Microsoft SQL Server.
This commit is contained in:
parent
1f7810e46a
commit
64bb57d786
5 changed files with 24 additions and 19 deletions
|
|
@ -74,6 +74,7 @@ SQL_STATEMENTS = {
|
|||
"SQL SELECT statement": (
|
||||
"select ",
|
||||
" from ",
|
||||
" from dual",
|
||||
" where ",
|
||||
" group by ",
|
||||
" order by ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue