simplectf

PHISHING CAMPAIGN USING GOPHISH

16 June 2023







INSTALL GOPHISH

To install Gophish for phishing campaign an open-source phishing framework, you can follow these step-by-step instructions:


Prepare the Environment:
  • Ensure you have a compatible operating system (Windows, macOS, or Linux).
  • Install Go programming language if it's not already installed. https://go.dev/doc/install

  • Download Gophish:
  • Open a terminal or command prompt
  • Run the following command to download the latest Gophish release: https://github.com/gophish/gophish/releases/

  • If you using linux you can run this command.

    wget https://github.com/gophish/gophish/releases/download/v0.12.1/gophish-v0.12.1-linux-64bit.zip

    Unzip Gophish:

    Create Directory:

    mkdir Gophish

    Move the file to Gophish directory:

    mv [zip file] /Gophish/zip

    Unzip the zip file:

    unzip zip

    Setup Gophish:

    Setting the web on config.json. Set the listen_url to 0.0.0.0 (localhost).

    "listen_url": "0.0.0.0:3333"
    or
    "listen_url": "localhost:3333"
    2

    Set the Gophish file to execute file using chmod.

    chmod +x gophish

    Run Gophish.

    ./gophish

    Access Gophish Web Interface:
    • Open a web browser.
    • Visit http://localhost:3333 (or the address you specified in the configuration) to access the Gophish web interface.

    Set Up the Admin User:
    • Follow the on-screen instructions to create the admin user for Gophish.
    • Provide the required information, such as username, password, and email address.

    Start Using Gophish:
    • Once you have set up the admin user, you can start using Gophish to create and manage phishing campaigns.
    • Explore the Gophish documentation https://docs.getgophish.com/ for detailed instructions on configuring and using different features