mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Adding another comment
This commit is contained in:
parent
b5cca742e4
commit
fd884ec67b
1 changed files with 4 additions and 0 deletions
|
|
@ -1006,6 +1006,10 @@ def parsePasswordHash(password):
|
||||||
return password
|
return password
|
||||||
|
|
||||||
def cleanQuery(query):
|
def cleanQuery(query):
|
||||||
|
"""
|
||||||
|
Switch all SQL statement (alike) keywords to upper case
|
||||||
|
"""
|
||||||
|
|
||||||
retVal = query
|
retVal = query
|
||||||
|
|
||||||
for sqlStatements in SQL_STATEMENTS.values():
|
for sqlStatements in SQL_STATEMENTS.values():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue