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

Method GetResult

Gsensor/Quake.go:60–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 s.PassWord = password
59}
60func (s *Quake) GetResult() Result {
61 s.result = Result{}
62 switch s.Type {
63 case "subdomain":
64 s.GetSubDomain(1)
65 case "sameserver":
66 s.GetIp(1)
67 case "ports":
68 s.GetPorts()
69 }
70 return s.result
71}
72func (s *Quake) Login(ReLogin bool) bool {
73 //s.http = HttpHelper{}
74 return true

Callers 1

TestQuakeFunction · 0.95

Calls 3

GetSubDomainMethod · 0.95
GetIpMethod · 0.95
GetPortsMethod · 0.95

Tested by 1

TestQuakeFunction · 0.76