the most ideal tool for finding out information about IP, etc.
Project description
• License • Issues • Project • Wikipedia •
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
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']
>>>
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: web)
inquiry.rechange("tor") #use tor
inquiry.rechange("web") #use web
inquiry.rechange("vpn") #use vpn
Screenshot
Repository Views
Without logs With logs & tor With logs & web With logs & vpn
System : Ubuntu 20.04 LTS
Terminal : Xfce4-Terminal
Desktop : Xfce4
I recommend watching
1.qiq - Useful batch installer
2.Gmail-Hack - Easy email hacking
3.AdminHack - Hacking bad sites
4.Infect - Easy virus creation
5.Free-Proxy - Lots of free proxy servers
6.AllHackingTools - System for large hacking
7.Ultra-DDos - Hing ddos bad sites
Supporters
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file iphack-1.4.7.tar.gz
.
File metadata
- Download URL: iphack-1.4.7.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4186200f32b5686c65d99fc1123c35096996148587e5325cc6390d8abbd67cce |
|
MD5 | 9db2fce53c810b43f7cc2d7564bfc198 |
|
BLAKE2b-256 | 7215b998d62ea0f01a33139577633010b97a261fc66160ba962141a933ffafb1 |