gophish / gophish

Open-Source Phishing Toolkit
https://getgophish.com
Other
11.23k stars 2.17k forks source link

Unable to install GoPhish on Macbook Air #3160

Open galvarez3 opened 3 months ago

galvarez3 commented 3 months ago

Thanks for reaching out! We're happy to help resolve issues as quickly as possible.

Please use this template when creating a new issue. If you do not follow this template format, your issue may be closed without comment.

Before filing a new issue, please use the search bar at the top of the browser to search for similar issues. Also, please make sure you have read our documentation, which covers how to use Gophish.

What version of Gophish are you using?: gophish v0.12.1

Brief description of the issue: Unable to install on mac using steps on terminal

What are you expecting to see happen? : I'm expecting for a file to to open / run and for me to be able to go to the webpage to use GoPhish

What are you seeing happen? I am not seeing anything opening or running after typing commands on terminal and I am unable to reach localhost:3333

If this question is related to email templates or landing pages not working as expected, please provide your template or landing page below:

Insert code here

Please provide any terminal output that may be relevant below:

Insert output here

Please provide as many steps as you can to reproduce the problem:

galvarez3 commented 3 months ago
image
glennzw commented 3 months ago

You've downloaded the source so you'd need to compile it from the terminal (go build) or download the Mac binary, and then you can run ./gophish from the terminal inside the gophish folder.