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

Method GetResult

Gsensor/SecurityTrailsSensor.go:45–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 s.PassWord = password
44}
45func (s *SecurityTrails) GetResult() Result {
46 s.result = Result{}
47 switch s.Type {
48 case "subdomain":
49 s.GetSubDomain(1)
50 case "sameserver":
51 s.GetIp(1)
52 case "ahistory":
53 s.GetHistory()
54 }
55 return s.result
56}
57func (s *SecurityTrails) CheckLogin() bool {
58 s.http.New("GET", "https://151.139.240.16/app/account")
59 s.http.IgnoreSSL()

Callers 1

TestSecTrailFunction · 0.95

Calls 3

GetSubDomainMethod · 0.95
GetIpMethod · 0.95
GetHistoryMethod · 0.95

Tested by 1

TestSecTrailFunction · 0.76