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.
- webdumper.exe <url_to_dump>
- 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.
Before using WebDumper, ensure that you have the following installed:
- .NET SDK (version 5.0 or later)
- HtmlAgilityPack
- Newtonsoft.Json
To get started, clone the repository to your local machine.
git clone https://github.com/pyinstance/WebDumper.git