MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _domain_only

Method _domain_only

IntelOSINT.py:12510–12511  ·  view source on GitHub ↗
(self, target)

Source from the content-addressed store, hash-verified

12508 return services, []
12509
12510 def _domain_only(self, target):
12511 return target.replace("https://", "").replace("http://", "").split('/')[0].strip()
12512
12513 def ip_rdap_lookup(self, ip):
12514 ip = ip.strip()

Callers 2

build_ip_graphMethod · 0.95
searchFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected