Packages and Binaries:
gophish
Open-Source Phishing Toolkit
This package contains an open-source phishing toolkit designed for businesses
and penetration testers. It provides the ability to quickly and easily setup
and execute phishing engagements and security awareness training.
Installed size: 57.53 MB
How to install: sudo apt install gophish
Dependencies:
- adduser
- kali-defaults
- libc6
- libsqlite3-0
- sudo
gophish
root@kali:~# gophish -h
┏━(Message from Kali developers)
┃
┃ The command gophish is deprecated. Please use gophish-start instead.
┃
┗━
gophish-start
root@kali:~# gophish-start -h
┏━(Message from Kali developers)
┃
┃ [*] Web UI: https://127.0.0.1:3333
┃ [i] You might need to refresh your browser once it opens
┃
┃ Default credentials:
┃ user: admin
┃ password: kali-gophish
┃
┗━
gophish-stop
root@kali:~# gophish-stop -h
┏━(Message from Kali developers)
┃
┃ Service status:
┃ * gophish.service - Gophish service
┃ Loaded: loaded (/usr/lib/systemd/system/gophish.service; 5:185mdisabled; preset: 5:185mdisabled)
┃ Active: inactive (dead)
┃
┃ Sep 14 05:53:29 kali gophish[247770]: time="2026-09-14T05:53:29-04:00" level=info msg="127.0.0.1 - - [14/Sep/2026:05:53:29 -0400] \"GET /login?next=%2F HTTP/2.0\" 200 2564 \"\" \"curl/8.21.0\""
┃ Sep 14 05:53:30 kali gophish[247770]: 2026/09/14 05:53:30 http: TLS handshake error from 127.0.0.1:33112: unexpected EOF
┃ Sep 14 05:53:30 kali gophish[247770]: time="2026-09-14T05:53:30-04:00" level=info msg="127.0.0.1 - - [14/Sep/2026:05:53:30 -0400] \"GET / HTTP/2.0\" 307 51 \"\" \"curl/8.21.0\""
┃ Sep 14 05:53:30 kali gophish[247770]: time="2026-09-14T05:53:30-04:00" level=info msg="127.0.0.1 - - [14/Sep/2026:05:53:30 -0400] \"GET /login?next=%2F HTTP/2.0\" 200 2564 \"\" \"curl/8.21.0\""
┃ Sep 14 05:53:30 kali gophish[247770]: 2026/09/14 05:53:30 http: TLS handshake error from 127.0.0.1:33126: unexpected EOF
┃ Sep 14 05:53:30 kali gophish[247770]: time="2026-09-14T05:53:30-04:00" level=info msg="127.0.0.1 - - [14/Sep/2026:05:53:30 -0400] \"GET / HTTP/2.0\" 307 51 \"\" \"curl/8.21.0\""
┃ Sep 14 05:53:30 kali gophish[247770]: time="2026-09-14T05:53:30-04:00" level=info msg="127.0.0.1 - - [14/Sep/2026:05:53:30 -0400] \"GET /login?next=%2F HTTP/2.0\" 200 2564 \"\" \"curl/8.21.0\""
┃ Sep 14 05:53:30 kali systemd[1]: Stopping gophish.service - Gophish service...
┃ Sep 14 05:53:30 kali systemd[1]: gophish.service: Deactivated successfully.
┃ Sep 14 05:53:30 kali systemd[1]: Stopped gophish.service - Gophish service.
┃
┗━
Updated on: 2026-Aug-25