https://github.com/rickidevs/ip_checker
This tool visually shows whether you have a Tor connection, your IP address and related information such as country, city, region.
https://github.com/rickidevs/ip_checker
hacking-tool ip ipcheck ipchecker rickidevs tor
Last synced: 11 months ago
JSON representation
This tool visually shows whether you have a Tor connection, your IP address and related information such as country, city, region.
- Host: GitHub
- URL: https://github.com/rickidevs/ip_checker
- Owner: Rickidevs
- Created: 2024-06-10T13:52:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T15:41:28.000Z (about 1 year ago)
- Last Synced: 2025-04-16T23:02:14.058Z (about 1 year ago)
- Topics: hacking-tool, ip, ipcheck, ipchecker, rickidevs, tor
- Language: Python
- Homepage:
- Size: 241 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ποΈ MyIP Tool
MyIP Tool is developed to check your IP information and to determine if you are connected to Tor. The tool displays IP, country, region, city, and Tor connection information.
---
## π Installation
1. Clone the project from GitHub:
```bash
git clone https://github.com/Rickidevs/IP_Checker.git
```
2. Navigate to the project directory:
```bash
cd IP_Checker
```
3. Install the required dependencies:
```bash
pip install -r requirements.txt
```
---
## π‘ Usage
Command to start the project:
```python
python3 myip.py
```
---
#### -- image from different os
- *linux (tor on)*

- *windows (tor off)*

---
#### βοΈ Additionally, you can add an alias to easily run the project by following these steps:
1. Open the appropriate shell file (bash, zsh, etc.):
```bash
nano ~/.bashrc
```
2. Add the following command to the aliases section and save and exit:
```bash
alias myip="python3 /path/to/myip.py"
```
#### Now you can run the project wherever you want using the myip command.
---
## π€πΌπ€πΌ Acknowledgements
I would like to express my gratitude to the following services for providing their APIs and tools, which were instrumental in the development of this project:
- **[ipleak.net](https://ipleak.net/)**: For providing accurate and reliable IP information.
- **[Tor Project](https://www.torproject.org/)**: For their Tor bulk exit list service, helping to determine Tor connections.
Thank you for your contributions to the community!