这是 Gophish 的一个复刻:开源钓鱼工具包 Gophish
此复刻专注于为单个客户运行真实钓鱼活动。增加了以下功能:
更多信息:https://www.onvio.nl/nieuws/gophish-phishing
启动一台全新的 VPS,以 root 身份登录并运行:
wget -N https://raw.githubusercontent.com/onvio/gophish/master/run.sh && chmod +x run.sh && source ./run.sh subdomain.phishingdomain.com,www.phishingdomain.com
你现在就可以通过 https://www.phishingdomain.com:3333 访问了!
文档可在我们的网站上找到。发现缺失了什么?请通过提交问题告知我们!
发现了 Bug?想要更多功能?发现文档中有缺失?请告诉我们!请随时提交问题,我们会立即处理。
Gophish - Open-Source Phishing Framework
The MIT License (MIT)
Copyright (c) 2013 - 2018 Jordan Wright
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software ("Gophish Community Edition") and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.