Skip to content

Phishmonger: A free and open source public archive of real-world phishing websites

Notifications You must be signed in to change notification settings

YancyGH/phishmonger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Relevant Citation:

Dobolyi, D. G., & Abbasi, A. (2016, September). Phishmonger: A free and open source public archive of real-world phishing websites. In Intelligence and Security Informatics (ISI), 2016 IEEE Conference on (pp. 31-36). IEEE. https://ieeexplore.ieee.org/document/7745439

Usage

To build the Docker image, use:

docker build -t phishmonger_docker .

To run the Docker image, use:

docker run -it phishmonger_docker

To execute PhishMonger from bash, use:

python3 pullPhishLoop.py

To exit the Docker image from bash (i.e., from within), use:

exit

To stop the Docker image from outside, use:

docker ps -a # to get docker stop

To restart/re-attach the Docker image and re-enter bash, use:

docker ps -a # to get docker start docker attach

To extract/copy PhishMonger output from the Docker image to the current host path, use:

docker ps -a # to get docker cp :/phishmonger/output .

About

Phishmonger: A free and open source public archive of real-world phishing websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Dockerfile 3.1%