Skip to content

Latest commit

Β 

History

History
71 lines (48 loc) Β· 1.79 KB

File metadata and controls

71 lines (48 loc) Β· 1.79 KB

πŸ•΅οΈβ€β™‚οΈ Domain Grabber CLI

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.

✨ Demo

Interactive Mode
Non-Interactive Mode

πŸš€ Features

  • 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 🎨

πŸ“¦ Installation

Download the latest release from:

πŸ”— Domain Grabber CLI Releases

  1. Select the archive file that matches your OS architecture.
  2. Extract the archive.
  3. Inside the extracted folder, you will find the domain-grabber-cli binary.

πŸ›  Usage

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).

πŸ“ Example Output

πŸ“… Fetching domains for date: 01.02.2025
βœ… Successfully retrieved 120 domains!
πŸ’Ύ Domains saved to: domains_01.02.2025.txt

πŸ”§ Contributing

  1. Fork this repository 🍴
  2. Create a new branch: git checkout -b feature-xyz ✨
  3. Commit your changes: git commit -m "Add feature XYZ" βœ…
  4. Push to the branch: git push origin feature-xyz πŸš€
  5. Open a Pull Request on GitHub πŸ”₯

πŸ“œ License

This project is licensed under the MIT License.