Skip to content

A tool which mirror or say copy the client side of the website and automatically arrange it

License

Notifications You must be signed in to change notification settings

hackops-academy/copycat-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CopyCat-CLI v2.0 πŸ±πŸ’»

A high-performance, universal web mirroring and reconnaissance framework designed for Kali Linux and Termux. CopyCat-CLI doesn't just download websites; it re-organizes them into a human-readable, developer-friendly structure while performing deep security reconnaissance.


πŸš€ Features

‒​ Human-Readable Mirroring: Automatically cleans up wget clutter, organizes assets into css/, js/, and images/, and fixes broken extensions.

‒​ Deep Recon: Integrated subdomain enumeration via crt.sh and fast port scanning with Nmap. ​Endpoint Extraction: Scrapes mirrored files for URLs, hidden endpoints, and cloud storage links.

β€’ ​Universal Installer: One-click dependency setup for both pkg (Termux) and apt (Kali).

β€’ ​Smart Workspaces: Organized folder structures named by timestamp and target for easy data management.


πŸ“₯ Installation

  1. Clone the Repository
    git clone https://github.com/hackops-academy/copycat-CLI.git
    cd copycat-CLI
  2. Set Permissions
    chmod +x copycat-CLI.sh
  3. Run the Tool
    ./copycat-CLI

πŸ›  Usage Guide

Upon launching, select Option [I] to ensure your environment is fully configured.

Option Action Description
[1] Quick Site Mirror (Human-Redable) Downloads full site and convert it into a clean, redable folder tree
[2] Full Recon (Subdomains + Ports) Performs subdomain discovery & Nmap scans on the target domain
[3] JavaScript & Endpoint Extractor Analyzes downloaded scripts to find API keys, endpoints, and sensitive paths
[I] Install/Fix Dependencies Auto-installs wget, nmap, jq, and configures Go-paths
[0] Exit To exit the tool

πŸ“‚ Output Structure

When a task is completed, CopyCat-CLI generates a workspace:

copycat_20241020_[example.com/](https://example.com/)
β”œβ”€β”€ mirror/              # The "Human-Readable" cloned site
β”‚   β”œβ”€β”€ index.html
β”‚   └── assets/          # Cleaned CSS, JS, and Images
β”œβ”€β”€ scans/               # Subdomain and Nmap results
└── metadata/            # Extracted endpoints and JS refs

πŸ›‘ Disclaimer

This tool is intended for educational purposes and authorized security testing only. Mirroring or scanning targets without explicit permission is illegal.

Developed by Hackops-Academy

About

A tool which mirror or say copy the client side of the website and automatically arrange it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages