Domain Grabber CLI is a simple command-line tool to fetch all registered domains for a specific date. Built with Rust for speed and efficiency.
- Retrieve lists of registered domains from a specified date
- Interactive date selection or CLI argument input ⌨️
- Save results to a
.txt
file 💾 - Interactive CLI with an ASCII banner 🎨
Download the latest release from:
- Select the archive file that matches your OS architecture.
- Extract the archive.
- Inside the extracted folder, you will find the
domain-grabber-cli
binary.
Run the tool using:
./domain-grabber-cli --date 01.02.2025 --output domains.txt
Or run it without arguments for interactive date selection:
./domain-grabber-cli
CLI Arguments:
-d
,--date <dd.mm.yyyy>
: Date to fetch domains from.-o
,--output <PATH>
: Output file path (default:domains_<date>.txt
).
📅 Fetching domains for date: 01.02.2025
✅ Successfully retrieved 120 domains!
💾 Domains saved to: domains_01.02.2025.txt
- Fork this repository 🍴
- Create a new branch:
git checkout -b feature-xyz
✨ - Commit your changes:
git commit -m "Add feature XYZ"
✅ - Push to the branch:
git push origin feature-xyz
🚀 - Open a Pull Request on GitHub 🔥
This project is licensed under the MIT License.