https://github.com/devanshbatham/revwhoix
A simple utility to perform reverse WHOIS lookups using whoisxml API
https://github.com/devanshbatham/revwhoix
Last synced: 10 months ago
JSON representation
A simple utility to perform reverse WHOIS lookups using whoisxml API
- Host: GitHub
- URL: https://github.com/devanshbatham/revwhoix
- Owner: devanshbatham
- License: mit
- Created: 2023-08-05T14:23:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T09:02:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-16T14:31:45.403Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 42
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
revwhoix
A simple utility to perform reverse WHOIS lookups using whoisxml API
🏗️ Install
📝 API Key Setup
⛏️ Usage

# Install
```sh
git clone https://github.com/devanshbatham/revwhoix
cd revwhoix
pip install .
```
# API Key Setup
- Create an account at [main.whoisxmlapi.com](https://main.whoisxmlapi.com/).
- Navigate to [user.whoisxmlapi.com/products](https://user.whoisxmlapi.com/products) and obtain API Key.
- Paste the API key in `~/.config/whoisxml.conf` file.
- And, we are all set.
# Usage
```sh
(~) >>> revwhoix -k "Airbnb, Inc"
__ _
________ _ ___ __/ /_ ____ (_) __
/ ___/ _ \ | / / | /| / / __ \/ __ \/ / |/_/
/ / / __/ |/ /| |/ |/ / / / / /_/ / /> <
/_/ \___/|___/ |__/|__/_/ /_/\____/_/_/|_|
🚀 Performing reverse whois lookup on "Airbnb, Inc"
🔍 Checking if domains exist
✅ Domains exist
⛏️ Fetching domains
hoteltonight.us
hotelstonight.info
hoteltonight.at
hotelstonight.us
hoteltonight.in
cybersource.com.do
byairbnb.com
airbnb-aws.com
..............
..............
..............
airbnb.com.pe
airbnb.ae
```