Skip to content

hackinter/Dork-Master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DORK-MASTER (Dorking By Country Code : .us for USA)

Tool Name: DORK-MASTER

Version

Author: HACKINTER

Created Date: 2024

DESCRIPTION:

DOMAIN-FINDER is a Python-based tool designed to help users find domain names based on country codes. This tool is simple to use and enables users to search for specific domains quickly through the terminal.

REQUIREMENTS:

Before you install DOMAIN-FINDER, ensure that you have the following installed on your system:

  • Python 3: Verify that Python 3.x is installed. You can check by running python3 --version in the terminal.
  • Git: Required to clone the repository. Check if it's installed by running git --version.
  • Pip: Python's package installer, needed to install dependencies. It usually comes with Python 3.x.

INSTALLATION:

For Linux:

Run the following commands in your terminal to install the tool:

sudo apt-get install python3 git -y
sudo apt-get install python3-pip -y
pip install googlesearch-python
git clone https://github.com/hackinter/Dork-Master.git
cd Dork-Master

For Termux:

If you're using Termux, execute the following commands to install the tool:

pkg update -y
pkg upgrade -y
pkg install python git -y
pip install googlesearch-python
git clone https://github.com/hackinter/Dork-Master.git
cd Dork-Master

ONE CLICK INSTALLATION:

For quick installation, you can use this single command for Linux:

sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install python3 git -y && sudo apt-get install python3-pip -y && pip install googlesearch-python && git clone https://github.com/hackinter/Dork-Master.git && cd Dork-Master 

© 2024 HACKINTER. All rights reserved.

About

Dark Master is a tool similar to Google Darking

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages