https://github.com/mpcodewriter21/iptracker
https://github.com/mpcodewriter21/iptracker
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mpcodewriter21/iptracker
- Owner: MPCodeWriter21
- Created: 2020-11-09T18:46:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T10:59:58.000Z (almost 5 years ago)
- Last Synced: 2025-06-01T10:27:47.789Z (about 1 year ago)
- Language: Python
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Tracker
IP Tracker is a Python script which you can use in order to receive IP informations.
It's totally free and ready to use. You can install it using the guide below and start using it without any problem whatsoever.
## About
My Telegram: [@MehradP21](https://t.me/MehradP21)
My Telegram Channel: [@CodeWriter21](https://t.me/CodeWriter21)
My Blog: [CodeWriter21.blogsky.com](http://CodeWriter21.blogsky.com)
## Installation
In order to use this you'll need to install some packages and Python libraries.
### Installing Python
Linux:
> apt-get install python
Windows:
> Get the latest version from [https://www.python.org](https://www.python.org)
### Installing curl (No need for Windows)
> apt-get install curl
### Installing pip
Linux:
> curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
> python get-pip.py
Windows:
> Download the get-pip Python file: [https://bootstrap.pypa.io/get-pip.py](https://bootstrap.pypa.io/get-pip.py)
> python get-pip.py
### Installing required libraries with pip
(The same on both Windows and Linux)
### Automatically
You can enter command bellow or install libraries manually
> pip install -r requirements.txt
### Manually
#### requests
> pip install requests
#### Beautiful Soup
> pip install bs4
#### whois
> pip install whois
## Usage
> python main.py [OPTIONS]
--hostname, -name, -ip - if sets, won't see Enter Target IP
message
--whois, -w - if sets as True, IP will be WHOISed
without prompt
- if sets as False, IP won't be
WHOISed without prompt
--socks-proxy, -s [ : ] - sets SOCKS5 proxy to WHOIS ip
--http-proxy, -h [ : ] - sets HTTP/HTTPS proxy to WHOIS ip
--myip, -m - use this switch to track your ip
--help, -help
### Example
> python main.py -m --whois True
It will track your IP and WHOIS it without prompt
> python main.py -name google.com
It will track Google.com