All Projects → mishakorzik → IpHack

mishakorzik / IpHack

Licence: Apache-2.0 license
Track Location With Live Address And City in Termux

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to IpHack

Aliens eye
Social media hunter
Stars: ✭ 105 (-66.67%)
Mutual labels:  python-script, termux, hacking-tool, termux-tool, termux-hacking
JAR
Just Another Repo
Stars: ✭ 53 (-83.17%)
Mutual labels:  termux, hacking-tool, termux-tool, termux-hacking
Infect
Create you virus in termux!
Stars: ✭ 33 (-89.52%)
Mutual labels:  termux, hacking-tool, termux-tool, termux-hacking
UserFinder
OSINT tool for finding profiles by username
Stars: ✭ 379 (+20.32%)
Mutual labels:  termux, hacking-tool, termux-tool, termux-hacking
TORhunter
Designed to scan and exploit vulnerabilities within Tor hidden services. TORhunter allows most tools to work as normal while resolving .onion
Stars: ✭ 47 (-85.08%)
Mutual labels:  termux, hacking-tool, termux-tool, termux-hacking
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (-41.9%)
Mutual labels:  termux, hacking-tool, termux-tool, termux-hacking
Free-Proxy
Hi there will be a lot of proxies here.
Stars: ✭ 135 (-57.14%)
Mutual labels:  termux, hacking-tool, termux-tool, termux-hacking
Tool X
Tool-X is a kali linux hacking Tool installer. Tool-X developed for termux and other Linux based systems. using Tool-X you can install almost 370+ hacking tools in termux app and other linux based distributions.
Stars: ✭ 3,361 (+966.98%)
Mutual labels:  termux, hacking-tool, termux-tool, termux-hacking
007-TheBond
This Script will help you to gather information about your victim or friend.
Stars: ✭ 371 (+17.78%)
Mutual labels:  termux, hacking-tool, termux-tool, termux-hacking
nero-phishing-server
An full HTTP server for Phishing. Downloads recursively the entire webpage.
Stars: ✭ 108 (-65.71%)
Mutual labels:  termux, hacking-tool, termux-hacking
Cracker-Tool
All in One CRACKER911181's Tool. This Tool For Hacking and Pentesting. 🎭
Stars: ✭ 181 (-42.54%)
Mutual labels:  termux, termux-tool, termux-hacking
termux-shell
Beautify your Termux App with this Shell 😍
Stars: ✭ 149 (-52.7%)
Mutual labels:  termux, termux-api, termux-tool
buildAPKsApps
Android APK app sources that build in Termux on Amazon Fire, Android and Chromebook! https://sdrausty.github.io/buildAPKsApps/
Stars: ✭ 32 (-89.84%)
Mutual labels:  termux, termux-tool, termux-hacking
ubuntu
Install ubuntu in Termux Without Rooted Device
Stars: ✭ 77 (-75.56%)
Mutual labels:  termux, termux-tool, termux-hacking
Webspoilt
This script will you help to find the information about the website and to help in penetrating testing
Stars: ✭ 34 (-89.21%)
Mutual labels:  termux, hacking-tool, termux-hacking
Mr.Holmes
🔍 A Complete Osint Tool
Stars: ✭ 307 (-2.54%)
Mutual labels:  python-script, termux, termux-hacking
VirusX5
The Most Powerful Fake Page Redirecting tool...
Stars: ✭ 15 (-95.24%)
Mutual labels:  hacking-tool, termux-tool, termux-hacking
DDos-Attack
This is a simple DDoS Attack tool and even a begginer hacker can use this.Just type python run.py after cloning this repository.
Stars: ✭ 76 (-75.87%)
Mutual labels:  termux, termux-tool, termux-hacking
b11
11 DIGIT FACEBOOK ACCOUNTS PASSWORD CRACKER <br> FOR BANGLADESHI TERMUX USERS
Stars: ✭ 87 (-72.38%)
Mutual labels:  termux, termux-tool, termux-hacking
tstyle
Customize Termux Font & Colors
Stars: ✭ 186 (-40.95%)
Mutual labels:  termux, termux-tool, termux-hacking

LicenseIssuesProjectWikipedia

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']
>>>

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].