Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSecuredAnalyst/security-suite
/ create_result
Method
create_result
modules/osint/base.py:31–33 ·
view source on GitHub ↗
Create a new ScanResult for this module.
(self, target: Target)
Source
from the content-addressed store, hash-verified
29
30
def
create_result(self, target: Target) -> ScanResult:
31
""
"Create a new ScanResult for this module."
""
32
return
ScanResult(target=target, module=f
"osint.{self.name}"
)
Callers
9
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
1
ScanResult
Class · 0.90
Tested by
no test coverage detected