mandatoryprogrammer / CursedChrome

Chrome-extension implant that turns victim Chrome browsers into fully-functional HTTP proxies, allowing you to browse sites as your victims.
MIT License
1.46k stars 220 forks source link

Injecting into strict mode fails #26

Closed Matir closed 3 years ago

Matir commented 3 years ago

If the extension code is injected into another extension running in strict mode ("use strict"), it currently throws an exception on undeclared variable cookies.

I'll send a PR.