mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Fixing wrong commit #4f939b5719716dfe9bd085c4f67696bc11064edd
This commit is contained in:
parent
8362bdcf66
commit
4e29e1b351
1 changed files with 0 additions and 3 deletions
|
|
@ -711,9 +711,6 @@ def heuristicCheckDbms(injection):
|
|||
kb.injection = injection
|
||||
|
||||
for dbms in getPublicTypeMembers(DBMS, True):
|
||||
if not FROM_DUMMY_TABLE.get(dbms, ""):
|
||||
continue
|
||||
|
||||
randStr1, randStr2 = randomStr(), randomStr()
|
||||
Backend.forceDbms(dbms)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue