reddit hackernews mail facebook facebook linkedin
MapperPlus

MapperPlus

An advanced source map extractor based on headless browser.

MapperPlus facilitates the validation and retrieval of all .js/.js.map files from a specified target or a list of targets. It subsequently employs SourceMapper to extract source code for all your designated targets.

MapperPlus utilizes a Chrome Headless browser to intercept every request and response, ensuring the download of JavaScript files goes beyond heuristic scans or regular expressions, and includes the handling of all requested JS files.

MapperPlus is based on an already existing tool called SourceMapper which helps you extract the source code from a single .map file.