mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Adding another comment
This commit is contained in:
parent
b5cca742e4
commit
fd884ec67b
|
@ -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 New Issue
Block a user