Skip to content

ahhh/phish_composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published