
これは 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 にアクセス可能です!
ドキュメントはサイトで見つけることができます。不足しているものがありますか?問題を報告してお知らせください!
バグを見つけましたか?もっと機能が欲しいですか?ドキュメントに何か不足していますか?お知らせください!遠慮なく問題を報告してください。すぐに対応します。
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.