Ishanoshada / DGrabber

Domain Grabber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DGrabber

GitHub stars GitHub forks License

Introduction

DGrabber is a Python script that helps you find domains based on keywords. It utilizes web scraping to retrieve domain information from a website. This tool can be used for various purposes like domain research, data collection, and more.

Usage

Installation

  1. Clone the repository:
git clone https://github.com/Ishanoshada/DGrabber.git
  1. Install the required packages:
pip install -r requirements.txt

How to Run

  1. Navigate to the project directory:
cd DGrabber
  1. Execute the script:
python main.py

Options

  • 'file' Mode: Input keywords from a file.
  • 'manual' Mode: Manually input keywords.

Example Output

██████████     █████████                      █████     █████     
░░███░░░░███   ███░░░░░███                    ░░███     ░░███      
 ░███   ░░███ ███     ░░░  ████████   ██████   ░███████  ░███████   ██████  ████████
 ░███    ░███░███         ░░███░░███ ░░░░░███  ░███░░███ ░███░░███ ███░░███░░███░░███
 ░███    ░███░███    █████ ░███ ░░░   ███████  ░███ ░███ ░███ ░███░███████  ░███ ░░░
 ░███    ███ ░░███  ░░███  ░███      ███░░███  ░███ ░███ ░███ ░███░███░░░   ░███
 ██████████   ░░█████████  █████    ░░████████ ████████  ████████ ░░██████  █████
░░░░░░░░░░     ░░░░░░░░░  ░░░░░      ░░░░░░░░ ░░░░░░░░  ░░░░░░░░   ░░░░░░  ░░░░░

        Enter 'file' to input keywords from a file, or 'manual' for manual input: manual

        Enter the number of keywords: 1
        Enter keyword 1: ishan
Domains saved to file successfully.
ishanguru.com
ishanaba.com
ishantownship.com
ishan-spa-langkawi.com
ishanworld.in
ishanbadgainya.com
ishansteel.in
ishanshahzad.medium.com
ishanfx.medium.com
ishan-intl.com
drishanshah.com
ishanenterprises.co.in
ishandeveloper.com

Repository Views Views

License

This project is licensed under the MIT License.

About

Domain Grabber

License:MIT License


Languages

Language:Python 100.0%