mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Fixing wrong commit #4f939b5719716dfe9bd085c4f67696bc11064edd
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user