0.1.0 • Published 2 years ago
page-disassembler v0.1.0
page-disassembler
A tool for detecting and debundling JavaScript module bundlers (such as webpack, browserify).
Build
From sources
git clone https://github.com/seclab-msu/page-disassembler
npm installVia NPM
npm install page-disassemblerRun
You can run debundler either using cli or by using its' API from your code
From CLI
For running debundler on tar archive that contains a bunch of all resources from web-page
node bin.js /path/to/page/archive.tarIf you want to debundle a single JavaScript file use
node bin.js --debundle-file /path/to/file/with/bundle.jsBy default debundled modules will be dumped to results directory, if you want to specify its' name, you can do it via
node bin.js /path/to/page/archive.tar --target-dir custom-dirFrom API
Coming soon...
0.1.0
2 years ago