Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.15 KB

WebDumper - Webdump

WebDumper is a simple and effective command-line tool for downloading website content, including HTML and assets (images, scripts, and styles). It is designed to make it easy to download the source code of websites, along with their assets, for offline use or further analysis.

Usage

  • webdumper.exe <url_to_dump>

Output

Features

  • Download website HTML content.
  • Download assets (images, CSS, JavaScript) referenced in the website.
  • Recursively download linked pages from the same domain (with adjustable depth).
  • Organized output folder structure for easier access to downloaded files.

Installation

Prerequisites

Before using WebDumper, ensure that you have the following installed:

Clone the Repository

To get started, clone the repository to your local machine.

git clone https://github.com/pyinstance/WebDumper.git