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

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.

Awesome Lists containing this project

README

          


RickPhis

# πŸ‘οΈ 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)*

![Linux](https://i.imgur.com/7ZRsvnZ.png)
- *windows (tor off)*

![Windows](https://i.imgur.com/kTaJf86.png)

---
#### ⚜️ 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!