Skip to content

Repository Where you can find sources of gophish docker image for a Raspberry

Notifications You must be signed in to change notification settings

dellarte/rpi-gophish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-gophish

Docker image containing GOPHISH that is compatible to the Raspberry Pi.

Build the Docker Image

make build

Run the Docker Image and get version of installed GOPHISH

make version

Push Docker Image to Docker Hub

  • First, use a docker login with username, password and email address
  • Second, push Docker Image to the official Docker Hub
make push

Run the container

docker run -d -P --expose 3333 --expose 80 -e "ADMIN_ADDR=0.0.0.0" -e "ADMIN_PORT=3333" -e "PHISH_ADDR=0.0.0.0" -e "PHISH_PORT=80" -e "DB_PATH=data/gophish.db" -v ${HOME}/docker/data/gophish:/opt/gophish/data dellarte/rpi-gophish

About

Repository Where you can find sources of gophish docker image for a Raspberry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published