mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor update
This commit is contained in:
parent
ee4727850c
commit
ece2eb31ca
2 changed files with 4 additions and 3 deletions
|
|
@ -1974,7 +1974,9 @@ def getInjectionTests():
|
|||
|
||||
def priorityFunction(test):
|
||||
retVal = 0
|
||||
if 'details' in test and 'dbms' in test.details:
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue