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
.txtfile πΎ - Interactive CLI with an ASCII banner π¨
Download the latest release from:
π Domain Grabber CLI Releases
- Select the archive file that matches your OS architecture.
- Extract the archive.
- Inside the extracted folder, you will find the
domain-grabber-clibinary.
Run the tool using:
./domain-grabber-cli --date 01.02.2025 --output domains.txtOr run it without arguments for interactive date selection:
./domain-grabber-cliCLI 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.