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.
- 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.
Follow these steps to download and install the project on your local machine.
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
Create a virtual environment for the project:
python -m venv myenv
Activate the virtual environment:
On Windows:
myenv\Scripts\activate
On macOS and Linux:
source myenv/bin/activate
Install the necessary dependencies from the requirements.txt file:
pip install -r requirements.txt
Start the application by running the app.py file:
python app.py
Open your web browser and navigate to: http://127.0.0.1:5000