Skip to content

A simple docker-compose to be used in phishing simulations (red teamming).

License

Notifications You must be signed in to change notification settings

growlnx/PhishingDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Phishing Docker

A simple docker-compose to be used in phishing simulations (red teaming).

Getting Started

You can begin by cloning this repository

git clone https://github.com/growlnx/PhishingDocker

Update your SSL cert

You need update your SSL cert path inside docker-compose.yml file

If you don't have a SSL Certificate yet, check this nice tutorial


Update your domain

You need update your domain inside nginx.conf file


Then you can start the services

cd PhishingDocker/src && docker-compose up -d

Get your temporary gophish password

docker logs gophish 2>&1 | grep '[0-9a-z]{16}'

Access your gophish dashboard using SSH local fowarding

ssh <USER>@<HOST> -L 8080:localhost:8080 -N
xdg-open http://localhost:8080

About

A simple docker-compose to be used in phishing simulations (red teamming).

Topics

Resources

License

Stars

Watchers

Forks

Languages