Skip to content

IvanGlinkin/5-KG25-30-K2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5-KG25-30-K2

Watch the video

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.


⚠️ Legal Disclaimer

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.


Sponsored by HydrAttack

What is HydrAttack

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


HowTo

Detailed instruction

  1. Install Docker (if you have already had it, just skip this step)

  2. Download the repository to your PC

  3. Go to the folder

    • U/Linux: cd 5-KG25-30-K2
    • Windows: dir 5-KG25-30-K2
  4. Create an image (DO NOT FORGET ABOUT THE DOT (.) )

    docker build -t 5-kg25-30-k2 .

  5. 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!

  6. Launch the container

    docker run -it --rm -p 80:80 -v .:/app 5-kg25-30-k2

  7. Open the browser and enter

    http://localhost:80


Short instruction

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

About

Generating domains tool using mutation methods (including TLD, suffixes, prefixes) to identify phishing websites. Complies with Russia Supreme Court decision No. 5-KG25-30-K2 of June 24, 2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors