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.
β’β 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.
- Clone the Repository
git clone https://github.com/hackops-academy/copycat-CLI.git cd copycat-CLI - Set Permissions
chmod +x copycat-CLI.sh
- Run the Tool
./copycat-CLI
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 |
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
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