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
923 stars 169 forks source link

Update transformer.go #56

Closed makovez closed 3 years ago

makovez commented 3 years ago

forgot to return result

ohpe commented 3 years ago

That's not a mistake. Check the function definition, result is defined in the signature and can be omitted.

makovez commented 3 years ago

Ok then. Not that used to golang. This fix doesn't actually fix but creates other bugs. Actually the transformerUrl doesn't transform the fake domain to the real domain. So i had to go one commit back.

ohpe commented 3 years ago

Ouch. Could you provide more details to replicate the issue?