https://github.com/mskian/reverseip-bash
Reverse IP Lookup - Help us to Identify the sites which Hosted on Same IP
https://github.com/mskian/reverseip-bash
bash cli dns reverseip shell shell-script
Last synced: 3 months ago
JSON representation
Reverse IP Lookup - Help us to Identify the sites which Hosted on Same IP
- Host: GitHub
- URL: https://github.com/mskian/reverseip-bash
- Owner: mskian
- License: mit
- Created: 2018-02-25T15:34:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T16:10:42.000Z (about 7 years ago)
- Last Synced: 2024-12-29T21:14:13.572Z (5 months ago)
- Topics: bash, cli, dns, reverseip, shell, shell-script
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reverse IP Lookup CLI
Reverse IP Lookup - Simple Shell script to Find the Domains which Hosted on Same IP.
> Using viewdns.info API Key
## Requirements- viewdns.info API Key (Sign up - http://viewdns.info/api/)
- cURL
- jq (`sudo apt install jq`)Using this Tool on Termux Emulator? install cURL, jq & git packages
## How to use?
- Clone this respo via git
```
git clone https://github.com/mskian/reverseip-bash.git
``````
cd reverseip-bash
ls
``````
chmod +x reverseip.sh
```- Open `reverseip.sh` File - add your viewdns.info API Key & save it
- Execute the Script```
./reverseip.sh
```PS: You can use this Tool Android device by Using Termux Terminal Emulator for Android
## License
MIT