Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ select
Method
select
lib/utils/sqlalchemy.py:133–139 ·
view source on GitHub ↗
(self, query)
Source
from the content-addressed store, hash-verified
131
return
retVal
132
133
def
select(self, query):
134
retVal = None
135
136
if
self.execute(query):
137
retVal = self.fetchall()
138
139
return
retVal
Callers
2
main
Function · 0.45
_controlMsfCmd
Method · 0.45
Calls
2
execute
Method · 0.95
fetchall
Method · 0.95
Tested by
no test coverage detected