Results 4 comments of André

Check if your dll reverse shell do running correct: rundll32 meter.dll, Start

Explain the situation a little more. ```set.config``` or ```config.json``` ? Gophish config.json example: ``` { "admin_server": { "listen_url": "0.0.0.0:3333", "use_tls": true, "cert_path": "/etc/letsencrypt/live/phishing-site.com/fullchain.pem", "key_path": "/etc/letsencrypt/live/phishing-site.com/privkey.pem" }, "phish_server": { "listen_url": "0.0.0.0:443",...

File: gophish-v0.12.1-osx-64bit.zip https://github.com/gophish/gophish/releases/tag/v0.12.1 ![macos_gophish](https://github.com/gophish/gophish/assets/2491448/2172aba7-e109-47cb-b4d2-ffdee9dab634)

I've testing with Caddy. Caddyfile config example: ``` vpn.evilsite.com { reverse_proxy 127.0.0.1:8181 # Gophish phish_server interface } login.otherevilsite.net { reverse_proxy 127.0.0.1:8181 # Gophish phish_server interface } ``` And in Gophish...