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.
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
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
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>
- I am primarily on Twitter, I can also be found on blog.stevesec.com
- To contact about EvilGoPhish, contact fin3ss3g0d
- To contact about Evilginx2, contact Kuba Gretzky
- To contact about GoPhish, contact GoPhish
- 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