mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
trivial code cleanup
This commit is contained in:
parent
383929c0c2
commit
475cc8b24b
2 changed files with 4 additions and 4 deletions
|
|
@ -462,9 +462,9 @@ class Backend:
|
|||
elif Backend.getForcedDbms() is not None:
|
||||
dbms = Backend.getForcedDbms()
|
||||
elif Backend.getDbms() is not None:
|
||||
dbms = kb.dbms
|
||||
dbms = Backend.getDbms()
|
||||
elif conf.get("dbms"):
|
||||
dbms = conf.dbms
|
||||
dbms = conf.get("dbms")
|
||||
elif Backend.getErrorParsedDBMSes():
|
||||
dbms = unArrayizeValue(Backend.getErrorParsedDBMSes())
|
||||
elif kb.get("injection") and kb.injection.dbms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue