PhishingWebCollector Docker usage
This sample demonstrates how to use the PhishingWebCollector project in a Docker container. It will run the collect_phishing_domains.py script that will process defined phishing feeds and save them in a CSV file.
Install Docker
Clone this repository
Build the Docker image - Dockerfile
docker build -t phishing-web-collector .
Run the Docker container. It will run the collect_phishing_domains.py script that will process defined phishing feeds and save them in a CSV file.
docker run -it phishing-web-collector