作者:000000 | 来源:互联网 | 2023-09-15 10:48
Thanks for reaching out! We're happy to help resolve issues as quickly as possible.
Please use this template when creating a new issue. If you do not follow this template format, your issue may be closed without comment.
Before filing a new issue, please use the search bar at the top of the browser to search for similar issues. Also, please make sure you have read our documentation, which covers how to use Gophish.
What version of Gophish are you using?:
Brief description of the issue:
I'm a dummy to setup the page to test on my Windows 10 desktop
What are you expecting to see happen? :
The testing mail is OK which delivered to my mail box. I can open the mail and see the content but no figure updated on the portal. If I use my desktop as gophish server and landing page portal.
How shall I configure on the JSON file ?
Dear Jeff,
What are you seeing happen?
If this question is related to email templates or landing pages not working as expected, please provide your template or landing page below:
config.json:- and 10.10.8.88 is my desktop IP
{
"admin_server": {
"listen_url": "10.10.8.88:3333",
"use_tls": true,
"cert_path": "gophish_admin.crt",
"key_path": "gophish_admin.key"
},
"phish_server": {
"listen_url": "10.10.8.88:80",
"use_tls": false,
"cert_path": "example.crt",
"key_path": "example.key"
},
"db_name": "sqlite3",
"db_path": "gophish.db",
"migrations_prefix": "db/db_",
"contact_address": "",
"logging": {
"filename": ""
}
}
1 2 3 4 5 6 7 8 9 10
| html mail template :- html> Hi {{.FirstName}}, The password for {{.Email}} has expired. Please reset your password here. Thanks, SAE IT Team |
该提问来源于开源项目:gophish/gophish
The problem sounds like you almost certainly have IIS running on port 80, which will prevent Gophish from being able to bind to that port.
When using Gophish, you don't need to run IIS. Shutting down IIS and restarting Gophish should resolve the issue.