Skip to content

GeorgePatsias/Modified-GoPhish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified GoPhish

This is a GoPhish repository with its arguments and parameters obfuscated and altered.

Installation

Clone repository

git clone https://github.com/GeorgePatsias/Modified-GoPhish.git
cd Modified-GoPhish
sudo apt-get install docker docker-compose

Change the variable in files with the name <DOMAIN_HERE> by entering your domain name e.g. example.com (config.json, default.conf, docker-compose.yml)

Build GoPhish Docker image

docker build -f Dockerfile -t gophish_mod .

Usage

Spin up the nginx - letsencrypt container to generate the SSL certificates (wait couple of minutes!)

docker-compose up -d swag

Spin up the gophish container

docker-compose up -d gophish

To find the GoPhish password check the container logs

docker-compose logs --tail=100 -f gophish

Access the management site of GoPhish by navigating to (username: admin):

https://<DOMAIN_HERE>:3333

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published