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

Requiring `redirect-hack.html` for redirects makes injecting into existing extensions break this functionality #23

Open mandatoryprogrammer opened 3 years ago

mandatoryprogrammer commented 3 years ago

Ideally this entire thing should be able to be injected into an existing extension with no issues. However currently the redirect-hack.html file is used to handle redirects (which will not exist when injected into another extension). Should find a way to remove the dependency on this file so it's more portable...

ZetaTwo commented 3 years ago

For the time, it should be enough to use any already existing file in that extension, no?

live-industrial commented 1 year ago

Ideally this entire thing should be able to be injected into an existing extension with no issues. However currently the redirect-hack.html file is used to handle redirects (which will not exist when injected into another extension). Should find a way to remove the dependency on this file so it's more portable...

hello brayan can you help me with this https://github.com/mandatoryprogrammer/CursedChrome/issues/67