|
1 | | -# netseek |
| 1 | +<!-- PROJECT LOGO --> |
| 2 | +<br /> |
| 3 | +<p align="center"> |
| 4 | + <kbd> |
| 5 | + <a href="https://github.com/twiez/netseek"> |
| 6 | + <img src="https://i.pinimg.com/736x/dd/1c/40/dd1c40a6ebf59ba86cf88b60b29e9282.jpg" alt="Logo" width="250" height="250"> |
| 7 | + </kbd> |
| 8 | + </a> |
| 9 | + |
| 10 | + <h3 align="center">Netseek</h3> |
| 11 | + |
| 12 | + <p align="center"> |
| 13 | + IP Tracking and Information Tool |
| 14 | + <br /> |
| 15 | + |
| 16 | +<!-- ABOUT THE PROJECT --> |
| 17 | + |
| 18 | +## About The Project |
| 19 | + |
| 20 | +Netseek is a Python-based project designed to track IP addresses and provide detailed information about them. The tool leverages the [ipapi.co](https://ipapi.co/) API for fetching IP details. Below is the summary of its features and installation guide. |
| 21 | + |
| 22 | +## Features |
| 23 | +```batch |
| 24 | +┌──(twiez@root)-[~/] |
| 25 | +└─$ cat Features |
| 26 | +
|
| 27 | +@CoreFunctionalities |
| 28 | +▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ |
| 29 | +| Track IP Address |
| 30 | +| Retrieve Geographical Information (City, Country, etc.) |
| 31 | +| Display Time Zone and ISP Details |
| 32 | +▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ |
| 33 | +
|
| 34 | +@SystemRequirements |
| 35 | +▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ |
| 36 | +| Python 3.6+ |
| 37 | +| Internet Connection |
| 38 | +▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ |
| 39 | +``` |
| 40 | + |
| 41 | +## Installation |
| 42 | + |
| 43 | +### Step 1: Clone the Repository |
| 44 | + |
| 45 | +```bash |
| 46 | +git clone https://github.com/twiez/netseek.git |
| 47 | +cd netseek |
| 48 | +``` |
| 49 | + |
| 50 | +### Step 2: Install Dependencies |
| 51 | + |
| 52 | +The project requires the `requests` module. Install it using: |
| 53 | + |
| 54 | +```bash |
| 55 | +pip install requests |
| 56 | +``` |
| 57 | + |
| 58 | +### Step 3: Run the Program |
| 59 | + |
| 60 | +```bash |
| 61 | +python netseek.py |
| 62 | +``` |
| 63 | + |
| 64 | +## Usage |
| 65 | + |
| 66 | +1. **Start the Program:** |
| 67 | + - Run `python netseek.py` to start. |
| 68 | + |
| 69 | +2. **Track IP:** |
| 70 | + - Select `[ 1 ] Track IP` from the menu and input an IP address. |
| 71 | + |
| 72 | +3. **Exit Program:** |
| 73 | + - Choose `[ 2 ] Exit` from the menu to close the tool. |
| 74 | + |
| 75 | +## İmage |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | +## 🛑 Note |
| 82 | +I am not responsible for any misuse of this tool. It is shared strictly for educational purposes. |
| 83 | + |
| 84 | +## 📫 Contact |
| 85 | + |
| 86 | +- **Discord:** [twiezbtw](https://discord.com/users/886190759479480330) |
| 87 | +- **Buy Me a Coffee:** [Support Me](https://www.buymeacoffee.com/twiez) |
0 commit comments