muraenateam / muraena

Muraena is an almost-transparent reverse proxy aimed at automating phishing and post-phishing activities.

Home Page:https://muraena.phishing.click/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instrument method under necrobrowser.go does not reintializes cookie necrobrowser request body

ahboon opened this issue · comments

Instrument method under necrobrowser.go does not reintializes cookie necrobrowser request body.

Line 214 does not reintializes the necrobrowser request, and is replacing placeholders that does not exists. This happens if the same cookiejar was updated, and requires resending of new cookie information. However, as the variable was not reinitialize, it sends the old value instead send previosuly.

Suggested minor change in PR #96