The Ultimate IP Intelligence & ISP Reconnaissance Tool for Professionals.
For a clean vertical look, your workflow should look like this on the page:
- Start: Launch the Python script.
- Input: Enter the Target IP.
- Process: API fetches data from the cloud.
- Result: Full ISP details displayed.
- Finish: Scan completes.
Full Intelligence: Fetches AS, Country, City, ISP, Org, and Zip. Coordinate Precision: Provides exact Latitude and Longitude. Visual Mapping: Generates a direct Google Maps link. Optimized UI: Stylish ASCII Art and color-coded results for Termux/Linux.
pkg update && pkg upgrade -y
pkg install python git -y
git clone https://github.com/bkshukla91/balkrishna-isp-finder.git
cd balkrishna-isp-finder
pip install -r requirements.txt
python balkrishna_isp.py
#### 💻 For Linux (Ubuntu/Kali/Debian)
```bash
sudo apt update && sudo apt upgrade -y
sudo apt install python3 python3-pip git -y
git clone https://github.com/bkshukla91/balkrishna-isp-finder.git
cd balkrishna-isp-finder
pip3 install -r requirements.txt
python3 balkrishna_isp.py
---
## 📜 License
This project is licensed under the MIT License. See the LICENSE file for details.
## ⚖️ Disclaimer
This tool is for Educational Purposes and Authorized Pentesting only. The author is not responsible for any misuse.

