IpHack icon indicating copy to clipboard operation
IpHack copied to clipboard

Ip geo locator

Open Fors33 opened this issue 1 year ago • 1 comments

Fors33 avatar Jan 15 '24 08:01 Fors33

ip address tracking

from iphack import ip ip.address("ip")

domain ip address tracking

from iphack import ip ip.domain("google.com")

my ip address

from iphack import ip ip.my()

get proxy

from iphack import ip ip.proxy(False)

get proxy list for api

from iphack import ip ip.proxy(True) ['3.66.38.117:10882', '130.41.47.235:8080', '130.41.55.190:8080']

search IP by word or domain behind CF

from iphack import * iphack.search.p("google.com") 1.0.126.229 / 1.0.158.92 / 1.0.160.34 / 1.0.161.31 / 1.0.164.79 / 1.0.167.84 / 1.0.167.205 / 1.0.168.165 / 1.0.169.41 / 1.0.247.243

prashantsanatani avatar May 19 '24 09:05 prashantsanatani