Skip to content
Automatically spin up infra for phishing
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
evilginx2
gophish
postfix
.gitignore
README.md
docker-compose.yml Adding phish composer initial commit. Empty project for spining up ph… Jan 24, 2020

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.