-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] incorrect domain substitution with certain yaml configs #60
Comments
I amended open PR #59 to address this. |
As mentioned in #57 this is intented behavior. |
Ok thanks for the explanation. Could you give me an example of a sub_filter that targets ssl.xyz.phishdomain.com which is being proxied as ssl2.abc.phishdomain.com according to your example in #57? |
You can proxy
Depends later how you set up the |
Yes, I got that from your example in the other issue. I'm asking about Would it just be?:
And evilginx just knows the difference? |
Yes, Evilginx will know the difference with |
Right on, thanks. I'll go ahead and close. I'm lucky in this aspect since the |
Somewhat related to #57 , the wrong hostname gets substituted with the following configurations.
The requests should be going to
https://ssl.xyz.com.phishdomain.com
, but instead show in DevTools ashttps://ssl.abc.com.phishdomain.com
.My current workaround is to hardcode my phish domain into the phishlet config, which prevents me from sharing the phishlet.
The text was updated successfully, but these errors were encountered: