Skip to content

This repository provides a tool for searching and filtering newly registered domains from the last four days. It allows domain selection and exports results in an easy format, and detailed WHOIS information.

Notifications You must be signed in to change notification settings

CCDani/Tracker-of-new-fake-domains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker of new fake domains

Repository Purpose

This repository aims to provide a tool for searching and filtering newly registered domains from the last four days. It allows the selection of domains and the export of results in an easy-to-read format. Additionally, it offers the option to export domains with a reliability percentage based on WHOIS database information, as well as another option for exporting with detailed WHOIS information.

Features

  • Search and Filter: Allows searching and filtering newly registered domains from the last four days.
  • Domain Selection: Facilitates the selection of domains of interest for subsequent export.
  • Simple Export: Exports the list of selected domains in a simple text format.
  • Export with WHOIS: Provides the option to export domains with a status indicating whether the domain is registered or available, based on WHOIS data.
  • Extended WHOIS Export: Offers the option to export the list of domains with detailed WHOIS information.

Installation

Follow these steps to download and install the project on your local machine.

1. Download the Repository

Clone this repository to your local machine using the following command:

git clone https://github.com/CCDani/Tracker-of-new-fake-domains.git
cd Tracker-of-new-fake-domains

2. Set Up the Virtual Environment

Create a virtual environment for the project:

python -m venv myenv

3. Activate the Virtual Environment

Activate the virtual environment:

On Windows:

myenv\Scripts\activate

On macOS and Linux:

source myenv/bin/activate

4. Install Dependencies

Install the necessary dependencies from the requirements.txt file:

pip install -r requirements.txt

5. Run the Application

Start the application by running the app.py file:

python app.py

6. Open in Browser

Open your web browser and navigate to: http://127.0.0.1:5000

image

image

About

This repository provides a tool for searching and filtering newly registered domains from the last four days. It allows domain selection and exports results in an easy format, and detailed WHOIS information.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published