Skip to content

A tool for scraping, dumping and unpacking (webpacked) javascript source files.

Notifications You must be signed in to change notification settings

EllyMandliel/WebDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

A tool for scraping, dumping and unpacking (webpacked) javascript source files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published