An open API service indexing awesome lists of open source software.

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

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.