mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +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
|
|
@ -1076,8 +1076,8 @@ class Enumeration:
|
|||
dumper.dbTableValues(data)
|
||||
|
||||
def sqlQuery(self, query):
|
||||
output = None
|
||||
sqlType = None
|
||||
output = None
|
||||
sqlType = None
|
||||
|
||||
for sqlTitle, sqlStatements in SQL_STATEMENTS.items():
|
||||
for sqlStatement in sqlStatements:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue