mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Cosmetics
This commit is contained in:
@@ -1974,13 +1974,16 @@ def getInjectionTests():
|
||||
|
||||
def priorityFunction(test):
|
||||
retVal = 0
|
||||
|
||||
if test.stype == PAYLOAD.TECHNIQUE.UNION:
|
||||
retVal = 3
|
||||
|
||||
elif 'details' in test and 'dbms' in test.details:
|
||||
if test.details.dbms in getErrorParsedDBMSes():
|
||||
retVal = 1
|
||||
else:
|
||||
retVal = 2
|
||||
|
||||
return retVal
|
||||
|
||||
if getErrorParsedDBMSes():
|
||||
|
||||
Reference in New Issue
Block a user