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

Struct MassScan

Gsensor/masscan.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type MassScan struct {
12 Domain string
13 Type string
14 result Result
15 http Ghttp.Http
16}
17
18func (s *MassScan) GetInfo() string {
19 return "MassScan ver 0.1 with " + s.Type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected