mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor bug fix with --sql-query/shell when providing a statement with DISTINCT
This commit is contained in:
parent
954a927cee
commit
80df1fdcf9
5 changed files with 15 additions and 4 deletions
|
|
@ -74,6 +74,7 @@ SQL_STATEMENTS = {
|
|||
"select ",
|
||||
"show ",
|
||||
" top ",
|
||||
" distinct ",
|
||||
" from ",
|
||||
" from dual",
|
||||
" where ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue