You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
First of all, thank you for your work which helps a lot with employee awareness. We deployed an instance of gophish on an internal server (e.g. phish.ent.lab) and configured it as an alert button to send http://phish.ent.lab/report?rid={rid}. Using debug mode, we can see that it retrieves the address but fails to send the request (TypeError: Failed to fetch on outlook desktop cli and TypeError: NetworkError when attempting to fetch resource on outlook web console). We have tried to make other requests to other web servers and it works. We are also able to mark the mail as reported by entering the url type http://phish.ent.lab/report?rid=EXAMPLE. I see in app.tsx that you have been working with the no-core mod but changing this setting does not seem to work for us... Do you have an idea/track for us to unblock?
The text was updated successfully, but these errors were encountered:
GermaPau
changed the title
Unable to send GET request
Unable to send GET request when reporting a phishing mail from gophish campaign
Aug 31, 2022
First of all, thank you for your work which helps a lot with employee awareness. We deployed an instance of gophish on an internal server (e.g. phish.ent.lab) and configured it as an alert button to send http://phish.ent.lab/report?rid={rid}. Using debug mode, we can see that it retrieves the address but fails to send the request (TypeError: Failed to fetch on outlook desktop cli and TypeError: NetworkError when attempting to fetch resource on outlook web console). We have tried to make other requests to other web servers and it works. We are also able to mark the mail as reported by entering the url type http://phish.ent.lab/report?rid=EXAMPLE. I see in app.tsx that you have been working with the no-core mod but changing this setting does not seem to work for us... Do you have an idea/track for us to unblock?
The text was updated successfully, but these errors were encountered: