mapperplus
mapperplus copied to clipboard
MapperPlus facilitates the extraction of source code from a collection of targets that have publicly exposed .js.map files.
Hi @midoxnet I followed the installation instructions and ran requirements.sh to install npm packages, but when I run `python3 mapperplus.py -u https://example.com -t test` I get this error: ``` Processing...
Hello, I'm trying to run the script on my Mac and Chrome is already installed. Thank you _Puppeteer old Headless deprecation warning: In the near future `headless: true` will default...

mapperplus isn't currently downloading loaded javascript file if the file source is not end with `.js` This `/bundle` is a common thing in asp/aspx web.
``` from pathlib import Path TOOLS_PATH=Path(__file__).resolve().parent ..SNIPP... cmd = f"node {TOOLS_PATH}mapper.js --url={url} --target={sub_directory}" subprocess.run(cmd, shell=True) ``` This improvement will help much,so we can set the mapperplus.py globally in our shell...