Gophish
Gophish is an open-source phishing framework that makes it easy to conduct internal phishing simulation campaigns.
Setup & Initialization
Section titled “Setup & Initialization”# Set execution permissions on the gophish binarychmod +x gophish
# Run the gophish service./gophishAdmin Configuration
Section titled “Admin Configuration”By default, the Gophish admin console runs on https://127.0.0.1:3333.
- Default login credentials: Check the terminal output on the first run to retrieve the autogenerated temporary administrator password.
- config.json: Modify the listening address in
config.jsonunderadmin_server.listen_urlif you need to expose the admin console to other interfaces.