SkillAgentSearch skills...

IpHack

Track Location With Live Address And City in Termux

Install / Use

/learn @mishakorzik/IpHack

README

<img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/mishakorzik.menu.io/master/img/IpHack/20210822_200816.png"/> <p align="center"> <a href="https://github.com/mishakorzik/IpHack"><img title="Version" src="https://img.shields.io/badge/Build-done-darkred?style=for-the-badge&logo="></a> <a href="https://github.com/mishakorzik/IpHack/blob/main/LICENSE"><img title="License" src="https://img.shields.io/badge/Apache-License 2.0-red?style=for-the-badge&logo=apache"></a> <a href=""><img title="Python" src="https://img.shields.io/badge/Made in-Ukraine-red?style=for-the-badge&logo=None"></a> <a href="https://github.com/mishakorzik"><img title="Report" src="https://img.shields.io/badge/Copyring-2022-orange?style=for-the-badge&logo=github"></a> <a href="https://github.com/mishakorzik"><img title="Autor" src="https://img.shields.io/badge/Author-mishakorzik-yellow?style=for-the-badge&logo=github"></a> </p> <p align="center"> • <a href="https://github.com/mishakorzik/IpHack/blob/main/LICENSE">License</a> • <a href="https://github.com/mishakorzik/IpHack/issues">Issues</a> • <a href="https://github.com/mishakorzik/IpHаck/projects">Project</a> • <a href="https://github.com/mishakorzik/IpHack/wiki">Wikipedia</a> • </p>

IpHack: is a tracking tool for both IP location and tracking testing.


Track Location With Live Address And City in Termux

Я не несу ответственности за ваши действия. Скачивая программное обеспечение из этого репозитория, вы соглашаетесь с лицензией.


New Features

1) New Functions

  • Now you can find out in which country the person is.

2) New Desing

  • Now a new design has been added and now it is more beautiful.

3) More Information

  • Now you can learn more about the device via IP

4) Detail Information

  • You can find out a lot of information about IP

Install

with pip

pip install iphack

with manual

pip install pyproxify==0.0.1
pip install ua-headers
pip install requests
pip install torpy==1.1.6
pip install eventlet==0.33.1
wget --no-check-certificate "https://raw.githubusercontent.com/mishakorzik/IpHack/main/install.sh"
bash install.sh

Usage

Ip Address

# 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
>>>

Check Proxy

# check proxy 
>>> from iphack import check
>>> check.proxy("130.41.55.190", "8080")
Proxy    : Online #Online or Offline
Asn      : AS396982
Org      : GOOGLE-CLOUD-PLATFORM
City     : Los Angeles
Country  : United States
Region   : California
Network  : 130.41.52.0/22
Version  : IPv4
>>>

Websites

# Check amazon subdomains
from iphack import ip
ip.subdomains("amazon.com")

# Check amazon directories
from iphack import ip
ip.directory("amazon.com")

Inquiry

# anonymous request
from iphack import inquiry

# request from url, using tor & fake user-agent
>>> get = inquiry.get("https://api.ipify.org/") #method get
>>> print(get.text)
199.249.230.102
>>> 

post = inquiry.post("https://example.com") #method post
put = inquiry.put("https://example.com") #method put
delete = inquiry.delete("https://example.com") #method delete
head = inquiry.head("https://example.com") #method head

# inquiry logs
inquiry.debug() #enable log
inquiry.debug() #disable log

# inquiry anon method (default: tor)
inquiry.rechange("tor") #use tor
inquiry.rechange("web") #use web
inquiry.rechange("vpn") #use vpn

Screenshot

Repository Views Views

Without logs <img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220822_110928.jpg"/> With logs & tor <img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220824_150950.jpg"/> With logs & web <img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220825_134850.jpg"/> With logs & vpn <img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/IMG_20220824_151717.jpg"/>

System   : Ubuntu 20.04 LTS
Terminal : Xfce4-Terminal
Desktop  : Xfce4
<img width="99.9%" src="https://raw.githubusercontent.com/mishakorzik/IpHack/main/Screenshot_2022-08-13_21-33-49.png"/>

I recommend watching

1.<a href="https://github.com/mishakorzik/qiq">qiq - Useful batch installer</a>

2.<a href="https://github.com/mishakorzik/Gmail-Hack">Gmail-Hack - Easy email hacking</a>

3.<a href="https://github.com/mishakorzik/AdminHack">AdminHack - Hacking bad sites</a>

4.<a href="https://github.com/mishakorzik/Infect">Infect - Easy virus creation</a>

5.<a href="https://github.com/mishakorzik/Free-Proxy">Free-Proxy - Lots of free proxy servers</a>

6.<a href="https://github.com/mishakorzik/AllHackingTools">AllHackingTools - System for large hacking</a>

7.<a href="https://github.com/mishakorzik/Ultra-DDos">Ultra-DDos - Hing ddos bad sites</a>

Supporters

Stargazers repo roster for @mishakorzik/IpHack Forkers repo roster for @mishakorzik/IpHack

Related Skills

View on GitHub
GitHub Stars815
CategoryDevelopment
Updated1d ago
Forks91

Languages

Shell

Security Score

100/100

Audited on Apr 7, 2026

No findings