MCPcopy Index your code
hub / github.com/code-scan/Goal / SecurityTrails

Struct SecurityTrails

Gsensor/SecurityTrailsSensor.go:14–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type SecurityTrails struct {
15 Domain string
16 UserName string
17 PassWord string
18 Cookie string
19 Type string
20 Resolver bool
21 MaxPage int
22 http Ghttp.Http
23 result Result
24 buildId string
25 hostIp string
26}
27
28var Cookie string
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected