Evilginx2 x GoPhish to hunt for 2fa / mfa passwords & Cookies using AWS & Godaddy
This is a walk through on how to setup Evilginx2 on an AWS server in order to use it with gophish to steal cookies during phishing attacks.
- Sign up for an Amazon AWS account at aws.amazon.com, then select and instance to run the Evilginx server on. I used a debian instance.
- Once AWS is installed you will need to install git. In order to do that update your AWS instance and upgrade it by running
sudo apt-get update
- Next run
sudo apt-get install git-all
4. You should now have git installed into your debian AWS instance.
5. Now its time to install. Go into your AWS instance. Go to https://gist.github.com/d2s/6503f815431d1587c28bc37bfd715dbf and use the bash script to install go, the article referenced above is a little outdated but should still work.
6. After running the go install script insure that go is working. By typing go it should return a similar response to the one below.