Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

tyranroot/Web-Clone-v2.0

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
12 Commits
 
 
 
 
 
 

Repository files navigation

Alt text

🌐 WEB CLONE v2.0

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.


⚡ Key Features

  • 🔄 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)
  • 📐 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.

🛠️ Installation Guide

You can easily set up WEB CLONER PRO on your system by running just a few commands in your terminal.

1. For Termux (Android):

pkg update  -y
pkg install python git -y
git clone https://github.com/tyranroot/Web-Clone-v2.0.git
cd Web-Clone-v2.0
pip install requests beautifulsoup4
python3 Web-Clone.py


1. For Linux (Pc or Laptop):

sudo apt update  -y
sudo apt install python git -y
git clone https://github.com/tyranroot/Web-Clone-v2.0.git
cd Web-Clone-v2.0
pip3 install requests beautifulsoup4
python3 Web-Clone.py

🥷 Output


     ____ _     ___  _   _ _____ ____      
    / ___| |   / _ \| \ | | ____|  _ \     
   | |   | |  | | | |  \| |  _| | |_) |    
   | |___| |__| |_| | |\  | |___|  _ <     
    \____|_____\___/|_| \_|_____|_| \_\    
 
             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.

👨‍💻 Author


About

Web Cloner Tool for Ethical Hacker.. This tool only for Educational Purpose.. Clone repo and share Ethical Hacker..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.