mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-03 16:54:38 +03:00
Cosmetics
This commit is contained in:
parent
ece2eb31ca
commit
af4ee81e62
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue
Block a user