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

How to reverse proxy subdomains

ssl-user-en opened this issue · comments

i want to test the reverse proxy on a website i've installed on a subdomain for eg. abc.123.com.
When i run the proxy, it handles the domain like "#.123.com" whereas it should handle the domain like "#.abc.123.com".

I am wondering how is that possible to make it work for the subdomain?
Any help would be appreaciated.

That depends on the wildcard certificate you generated. Most likely your *.123.com certificate is only for 3rd level domains, while you need a certificate valid for the 4th level as well.