Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 463 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 463 Bytes

WebDumper

A tool designed for fetching and unpacking Single Page Applications or any webpacked web app.

Usage

webdumper -u https://website.com/ -o /path/to/output/folder

Installation

Requires

  • Node.js and npm

To intall this tool, simply run:

npm install -g @yokra/webdumper

Or clone this repository and build locally:

git clone https://github.com/EllyMandliel/WebDumper.git
cd WebDumper
npm install
tsc
npm install -g .