Problem with Evilginx – Credentials Captured but No Cookies : hacking | Torhoo darknet markets
I’m working on a phishlet for a specific site using Evilginx. Everything seems to be set up correctly:
I’ve added all important domains under proxy_hosts with sessions enabled Subfilters are in place and working Auth tokens and auth URLs are properly defined
I’m successfully getting the username and password.
But the issue is:
I’m not getting any cookies in the session log. Literally nothing is captured under session tokens.
So I looked in inspect and erorr and found the site uses (wss://) for the login/auth process and
that's the erorr (webSocket connection to wss://app.mydomain/graphql failed: )
and i think that's the issue but idk how to solve it
what should i do?