muraenateam / muraena

Muraena is an almost-transparent reverse proxy aimed at automating phishing and post-phishing activities.
https://muraena.phishing.click/
BSD 3-Clause "New" or "Revised" License
910 stars 168 forks source link

Reinitialize necro config variable #96

Open ahboon opened 8 months ago

ahboon commented 8 months ago

A proposed fix for https://github.com/muraenateam/muraena/issues/95

ahboon commented 5 months ago

@ohpe would you consider this PR? I know there are some merge conflicts, but my fix aims to reinitialize the cookie variables. This is caused by if a cookie was set pre-auth, the next time this is sent, it would not have the %%%COOKIE%%% to be replaced when the cookie was already set. This bug was observed when testing against one of the IDPs that sets cookie pre-auth.

ohpe commented 5 months ago

This should have been fixed in the latest version already. Please double check, so I can mark it as solved.