mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Adding another comment
This commit is contained in:
@@ -1006,6 +1006,10 @@ def parsePasswordHash(password):
|
||||
return password
|
||||
|
||||
def cleanQuery(query):
|
||||
"""
|
||||
Switch all SQL statement (alike) keywords to upper case
|
||||
"""
|
||||
|
||||
retVal = query
|
||||
|
||||
for sqlStatements in SQL_STATEMENTS.values():
|
||||
|
||||
Reference in New Issue
Block a user