Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ flushForcedDbms
Method
flushForcedDbms
lib/core/common.py:412–415 ·
view source on GitHub ↗
(force=False)
Source
from the content-addressed store, hash-verified
410
411
@staticmethod
412
def
flushForcedDbms(force=False):
413
if
not kb.stickyDBMS or force:
414
kb.forcedDbms = None
415
kb.stickyDBMS = False
416
417
@staticmethod
418
def
setOs(os):
Callers
3
setHandler
Function · 0.80
checkSqlInjection
Function · 0.80
heuristicCheckDbms
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected