Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ setOsServicePack
Method
setOsServicePack
lib/core/common.py:456–461 ·
view source on GitHub ↗
(sp)
Source
from the content-addressed store, hash-verified
454
455
@staticmethod
456
def
setOsServicePack(sp):
457
if
sp is None:
458
return
None
459
460
elif
kb.osSP is None and isinstance(sp, int):
461
kb.osSP = sp
462
463
@staticmethod
464
def
setArch():
Callers
2
checkDbmsOs
Method · 0.80
checkDbmsOs
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected