Skip to content

pyinstance/Webdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages