MCPcopy
hub / github.com/Xyntax/POC-T / verifyHTTP

Method verifyHTTP

plugin/cloudeye.py:62–63  ·  view source on GitHub ↗
(self, delay=2)

Source from the content-addressed store, hash-verified

60 return 'dnslog.info' in self.getDnsRecord(delay)
61
62 def verifyHTTP(self, delay=2):
63 return 'dnslog.info' in self.getHttpRecord(delay)
64
65
66def queryDnsRecord(domain, delay=2):

Callers

nothing calls this directly

Calls 1

getHttpRecordMethod · 0.95

Tested by

no test coverage detected