kleiton0x00 / ppmap

A scanner/exploitation tool written in GO, which leverages client-side Prototype Pollution to XSS by exploiting known gadgets.
https://kleiton0x00.github.io
GNU General Public License v3.0
490 stars 70 forks source link

Use existing chrome installation without installing it again. #16

Closed Thy-GoD closed 1 year ago

Thy-GoD commented 1 year ago

Burpsuite already installs chromium, would it be possible to use that instead of reinstalling chromium?

kleiton0x00 commented 1 year ago

Yes, that is possible as well. In order to confirm that ppmap works as intended, you can try it out with some demo targets

Thy-GoD commented 1 year ago

Yes, that is possible as well. In order to confirm that ppmap works as intended, you can try it out with some demo targets

I'm not sure how, I've tried it but it'd just fail, only way to make it work was to install chromium again.