Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Dur4ndal/Phish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom (sneaky_gophish)

Custom sneaky_GoPhish (patched to be more secure). Blog post linked below for details on "how to be sneaky", details on all changes during compilation.

How?

Just get the container up: Getting the container up and running is very simple.

Run the following one-liner to clone the repository and build the container:

docker build -t sneaky_gophish .

To actually run the container headlessly, run the following command:

docker run -itd --name sneaky_gophish -p 3333:3333 -p 80:80 sneaky_gophish

Last year, GoPhish stopped the "universal" default password, so to get admin credentials:

docker logs sneaky_gophish | grep password

You should now be able to navigate to the GoPhish administrator interface at the URL listed below if you are running this on your workstation:

OBS

  • This container exposes port 8080 for the phishing page sent to users. This means we aren't using SSL out of the box. We reccomend using a reverse proxy and robust redirect rules to protect your GoPhish instance and thwart defenders.
  • The changes to this repository aren't the end all for detection capabilities. There is more here that should be done before using it in a real world engagement.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published