Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ forceDbmsEnum
Method
forceDbmsEnum
plugins/dbms/maxdb/fingerprint.py:130–137 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
128
return
False
129
130
def
forceDbmsEnum(self):
131
if
conf.db:
132
conf.db = conf.db.upper()
133
else
:
134
conf.db =
"USER"
135
136
if
conf.tbl:
137
conf.tbl = conf.tbl.upper()
Callers
3
getTables
Method · 0.45
getTables
Method · 0.45
getColumns
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected