https://github.com/morphykutay/reverse-ip-lookup
reverse IP lookup for a specified domain name to identify other domain names hosted
https://github.com/morphykutay/reverse-ip-lookup
reverse-dns reverse-domain reverse-domain-checker reverse-ip reverse-ip-api reverse-ip-lookup reverse-ip-scan
Last synced: 16 days ago
JSON representation
reverse IP lookup for a specified domain name to identify other domain names hosted
- Host: GitHub
- URL: https://github.com/morphykutay/reverse-ip-lookup
- Owner: MorphyKutay
- License: gpl-3.0
- Created: 2025-03-10T20:21:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T20:44:55.000Z (about 1 year ago)
- Last Synced: 2025-03-20T20:19:39.408Z (about 1 year ago)
- Topics: reverse-dns, reverse-domain, reverse-domain-checker, reverse-ip, reverse-ip-api, reverse-ip-lookup, reverse-ip-scan
- Language: C++
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reverse IP Lookup Program
This Tool performs a reverse IP lookup for a specified domain name to identify other domain names hosted on the same IP address. It leverages the ViewDNS API to query the IP address and retrieve a list of associated domains, which are then saved to an output file.
## Requirements
Before running the program, ensure the following libraries are installed:
- [libcurl](https://curl.haxx.se/libcurl/)
- [nlohmann/json](https://github.com/nlohmann/json)
- [Viewdns API Key](https://viewdns.info/)
### Install on Linux (Ubuntu):
```bash
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install nlohmann-json3-dev
```
### Install on macOS:
```bash
brew install curl
brew install nlohmann-json
```
### Usage
`$./reverseip -u google.com -a -o output.txt `
### Parameters:
```
1-) -u : The domain name (e.g., google.com)
2-) -a : ViewDNS API key
3-) -o : The name of the output file (e.g., output.txt)
```
### License
[GNU General Public License (GPL)](https://github.com/MorphyKutay/Reverse-IP-Lookup/blob/main/LICENSE)
### Screenshot
