Skip to content

Gophish

Gophish GitHub Repository

Gophish is an open-source phishing framework that makes it easy to conduct internal phishing simulation campaigns.

Terminal window
# Set execution permissions on the gophish binary
chmod +x gophish
# Run the gophish service
./gophish

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.json under admin_server.listen_url if you need to expose the admin console to other interfaces.