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

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

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