Skip to content
Automatically spin up infra for phishing
Branch: master
Clone or download
Latest commit 82327d6 Jan 25, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
evilginx2 adding place holder directories for evilginx2 Jan 24, 2020
gophish
postfix
.gitignore
README.md
docker-compose.yml

README.md

Phish-Composer

Phish-Composer is a docker-compose project inteded to spin up three docker images often used together for phishing. The individual components of this infra are GoPhish, Evilginx2, and Postfix, as are detailed in this blog post. The following are the docker containers used to wrap each of the individual projects:

Read more about this project here, which explains some more of the theory behind this deployment as well as some key configuration files in the deployment.

Execution example:

sudo docker-compose up -d
sudo docker ps
# Attach to evilginx2
sudo docker attach `sudo docker ps | grep evilginx2 | cut -d ' ' -f1`
You can’t perform that action at this time.