(self, target)
| 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() |
no outgoing calls
no test coverage detected