热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

Howtocollectthedata

Thanksforreachingout!Werehappytohelpresolveissuesasquicklyaspossib

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.


   



推荐阅读
author-avatar
000000
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有