WEB CLONE v2.0 is a powerful, reliable, and extremely simple command-line website cloning/mirroring tool built for Termux and Kali Linux. This tool automatically downloads all resources (HTML, CSS, JS, images, videos, fonts, and other documents) from any source website and creates an exact offline mirror.
It is highly effective for studying website source code, creating offline browsing demos, web forensics, and pentesting work.
- π Full Website Mirroring: Automatically downloads the index page and all linked pages recursively.
- π All-File Support: Capable of handling any file format in the background:
- Web: HTML (
.html), CSS (.css), JavaScript (.js) - Media: Images (PNG, JPG, SVG, WEBP, GIF), Video (MP4, WEBM), Audio (MP3, WAV)
- Documents: PDF, DOCX, TXT, EPUB
- Other: Font files (WOFF, WOFF2, TTF), Archives (ZIP, TAR, GZ)
- Web: HTML (
- π Default Depth 5: Supports recursive crawling up to 5 levels deep by default.
- π¨ Animated ASCII Art Banner: Displays a beautiful animated "CLONER" ASCII art banner upon startup.
- π Real-Time Live Progress: Shows live progress bar and file tracking during download.
- πΉοΈ No-Complex Configuration: Just provide the target URL and output directory β no complicated flags or settings.
- π± Multi-Platform Support: Works seamlessly on Android Termux and Kali Linux/Debian distributions.
You can easily set up WEB CLONER PRO on your system by running just a few commands in your terminal.
pkg update -y
pkg install python git -y
pip install requests beautifulsoup4
python3 Web-Clone.py
____ _ ___ _ _ _____ ____
/ ___| | / _ \| \ | | ____| _ \
| | | | | | | | \| | _| | |_) |
| |___| |__| |_| | |\ | |___| _ <
\____|_____\___/|_| \_|_____|_| \_\
WEB CLONE v2.0
[+] Scanning target: https://example.com
[+] Saved to: /my_clone
[+] Downloading: index.html [100%] (12.4 KB) [SUCCESS]
[+] Downloading: style.css [100%] (45.2 KB) [SUCCESS]
[+] Downloading: main.js [100%] (18.1 KB) [SUCCESS]
[+] Downloading: logo.png [100%] (204 KB) [SUCCESS]
...
[*] CLONING COMPLETE! Enjoy Offline Version.
- Name: Maruf x ZeroTrace
- π GitHub: @tyranroot
- π¬ Telegram: @marufxzerotrace
- π Facebook: Maruf x ZeroTrace
