MCPcopy Create free account
hub / github.com/code-scan/Goal / GetResult

Method GetResult

Gsensor/FofaSensor.go:46–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 s.PassWord = password
45}
46func (s *Fofa) GetResult() Result {
47 s.result = Result{}
48 switch s.Type {
49 case "subdomain":
50 s.GetSubDomain(1)
51 case "sameserver":
52 s.GetIp(1)
53 case "ports":
54 s.GetPorts()
55 }
56 return s.result
57}
58func (s *Fofa) Login(ReLogin bool) bool {
59 //s.http = HttpHelper{}
60 return true

Callers 1

TestFofaFunction · 0.95

Calls 3

GetSubDomainMethod · 0.95
GetIpMethod · 0.95
GetPortsMethod · 0.95

Tested by 1

TestFofaFunction · 0.76