vkarampinis / WebDumper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 95.2%Language:JavaScript 4.8%