https://github.com/termuxhackz/ipfinder
Track live address of victim using ip address of victim
https://github.com/termuxhackz/ipfinder
Last synced: 11 months ago
JSON representation
Track live address of victim using ip address of victim
- Host: GitHub
- URL: https://github.com/termuxhackz/ipfinder
- Owner: TermuxHackz
- Created: 2020-12-15T10:59:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T13:12:11.000Z (over 5 years ago)
- Last Synced: 2025-07-11T01:07:04.541Z (12 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 32
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ipfinder
Track live address of victim using ip address of victim
# About tool
Ipfinder is a simply python script, which can be used to Ip lookup and to get information of perticualr target Ip. This tool works on both rooted Android device and Non-rooted Android device.
# Tested on:
• TERMUX
# Installation in Termux
```
apt-get update -y
apt-get upgrade -y
pkg install python -y
pkg install python2 -y
pkg install git -y
pip install lolcat
pip install requests
git clone https://github.com/TermuxHackz/ipfinder
cd $HOME
ls
cd ipfinder
python Ipfinder.py -v (your victim ip here)
Example: python Ipfinder.py -v 127.0.0.1
```
# Disclaimer
This tool is only for educational purpose. If you use this tool for other purposes except education we will not be responsible in such cases.