Tool for generating domain name mutations using various techniques, including Top Level Domain (TLD) changes and suffix modifications. The program is developed for domain name analysis and identification of potential counterfeit or phishing addresses. The app was created in accordance with the requirements of the Supreme Court's Determination on Civil Cases dated June 24, 2025, No. 5-KG25-30-K2. In the determination, the court annulled judicial decisions regarding consumer protection, monetary recovery, and moral damage compensation, as lower courts shifted the burden of proving case circumstances to the plaintiff who lacked the corresponding information and means to identify false representations of services on behalf of the defendant.
This software and associated materials are intended solely for proof-of-concept (PoC) and security research purposes. Unauthorized use of this code for real-world phishing attacks, fraudulent activities, or any malicious intent is strictly prohibited.
External Attack Surface Management system HydrAttack is an innovative risk management platform, designed to help identify and mitigate web application risks in completely new ways
-
Install Docker (if you have already had it, just skip this step)
- for Ubuntu: official page: https://docs.docker.com/engine/install/ubuntu/
- for Windows: https://docs.docker.com/desktop/setup/install/windows-install/
- for MacOS: https://docs.docker.com/desktop/setup/install/mac-install/
-
Download the repository to your PC
- Using Git:
git clone https://github.com/IvanGlinkin/5-KG25-30-K2.git - Download ZIP: https://github.com/IvanGlinkin/5-KG25-30-K2/archive/refs/heads/main.zip
- Using Git:
-
Go to the folder
- U/Linux:
cd 5-KG25-30-K2 - Windows:
dir 5-KG25-30-K2
- U/Linux:
-
Create an image (DO NOT FORGET ABOUT THE DOT (.) )
docker build -t 5-kg25-30-k2 . -
Adjust right/atributs
*U/Linux:
chmod -R 777 checking_domains/Apache inside the docker is working under www-data rights hence does not have privileges to write data (reports) into the host folder!
-
Launch the container
docker run -it --rm -p 80:80 -v .:/app 5-kg25-30-k2 -
Open the browser and enter
http://localhost:80
git clone https://github.com/IvanGlinkin/5-KG25-30-K2.git
cd 5-KG25-30-K2
docker build -t 5-kg25-30-k2 .
chmod -R 777 checking_domains/ # For saving the output
docker run -it --rm -p 80:80 -v .:/app 5-kg25-30-k2