MCPcopy Index your code
hub / github.com/MatrixTM/MHDDoS / info

Method info

start.py:1633–1636  ·  view source on GitHub ↗
(domain)

Source from the content-addressed store, hash-verified

1631 # noinspection PyUnreachableCode
1632 @staticmethod
1633 def info(domain):
1634 with suppress(Exception), get(f"https://ipwhois.app/json/{domain}/") as s:
1635 return s.json()
1636 return {"success": False}
1637
1638
1639def handleProxyList(con, proxy_li, proxy_ty, url=None):

Callers 4

DownloadFromConfigMethod · 0.80
runConsoleMethod · 0.80
handleProxyListFunction · 0.80
start.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected