https://github.com/rickidevs/riwhois
Advanced Linux WHOIS Tool for Cybersecurity Purposes — Provides detailed WHOIS information for domains and lists hosted websites for given IP addresses.
https://github.com/rickidevs/riwhois
cybersecurity etik-hacker linux linux-tools python-whois rickidevs riwhois tools whois-lookup
Last synced: 5 months ago
JSON representation
Advanced Linux WHOIS Tool for Cybersecurity Purposes — Provides detailed WHOIS information for domains and lists hosted websites for given IP addresses.
- Host: GitHub
- URL: https://github.com/rickidevs/riwhois
- Owner: Rickidevs
- Created: 2025-05-04T22:53:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T08:42:01.000Z (6 months ago)
- Last Synced: 2025-05-07T21:49:39.069Z (5 months ago)
- Topics: cybersecurity, etik-hacker, linux, linux-tools, python-whois, rickidevs, riwhois, tools, whois-lookup
- Language: Python
- Homepage: https://rickblog.xyz
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# RiWhois 🕵️> A Linux-based advanced WHOIS reconnaissance tool written in Python.
riwhois is a powerful cybersecurity utility that provides detailed WHOIS information for domain names and lists all hosted domains when given an IP address. Designed for penetration testers, system administrators, and ethical hackers who require fast and accurate reconnaissance.
---
## 🔍 Features
- ✅ Detailed domain WHOIS lookup
- ✅ Reverse IP lookup (see all domains hosted on an IP)
- ✅ Clean CLI interface
- ✅ Fast and lightweight
- ✅ No external dependencies beyond Python standard libraries (except whois)---
## 📸 Screenshot
![]()
![]()
---
## 📦 Installation
```bash
git clone https://github.com/Rickidevs/riwhois.git
cd riwhois
chmod +x setup.sh
./setup.sh
```## ⚠️ Disclaimer
This tool is for educational and ethical purposes only. The author is not responsible for any misuse.