ahhh / phish_composer

Automatically spin up infra for phishing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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`

About

Automatically spin up infra for phishing