/egp_basicinstall

Installing EvilGoPhish via Curl to https://www.install-evilgophish.net

Primary LanguageShellGNU General Public License v3.0GPL-3.0

EvilGoPhish

Basic installer for EvilGoPhish - edited for easier setup:

  • Cert_Path Set to: /etc/letsencrypt/live/${root_domain}/
  • Included new function create_certs()
    • This new function creates the certificate at the end of the script to ensure that the certs are installed.

Credits

First and foremost, I would like to give credit where credit is due, fin3ss3g0d for being the god that he is and all of the work he did to make this a very successful phishing setup. Next, I want to thank both Kuba Gretzky and his work, and Jordan Wright and his work. Last, but certainly not least, I want to thank the DenSecure team at Wolf & Company for encouraging me to put this on my repository

One-Step Automated Install

Those who want to get started quickly and conveniently may install EvilGoPhish using the following command:

curl -sSL https://raw.githubusercontent.com/stevesec/egp_basicinstall/main/basic_install.sh | bash

Alternative Install Methods

We know that piping to bash is controversial, as it prevents you from reading code that is about to run on your system. Therefore, if you would like some alternative installation methods, we provided the following, including fin3ss3g0d setup.sh script

Method 1: Clone fin3ss3g0d (Allows for manual entry of cert_path)

git clone https://github.com/fin3ss3g0d/evilgophish
cd evilgophish
./setup.sh <root domain> <subdomain(s)> <root domain bool> <redirect url> <feed bool> <rid replacement> <blacklist bool>

Method 2: Clone Wolfandco (Automated entry of cert_path to /etc/letsencrypt/live/${root_domain}/)

git clone https://github.com/Wolfandco/evilgophish
cd evilgophish
./setup.sh <root domain> <subdomain(s)> <root domain bool> <redirect url> <feed bool> <rid replacement> <blacklist bool>

Getting in touch with me

Alternative Support

To-do

  • Support for more SMTP relays
  • DigitalOcean Support?
  • AWS, Azure, GCP Support?
  • Docker support?
  • Clean up script and integrate EvilGoPhish more (with permission of course!)
  • Make it look more cool