PhishingAlert is a solution for finding phishing sites that use social engineering against your users or take away user traffic for advertising
The app is provided with a basic configuration to be executed in Docker
Docker execution
The application can be easily executed in a docker container. The steps:
Get the code
git clone https://github.com/whippinmywrist/PhishingAlert.git
cd PhishingAlert
Start the app in Docker
docker-compose pull && docker-compose build && docker-compose up -d
Visit http://localhost
in your browser. The app should be up & running.
py.test -s --cov-report term-missing --cov app tests --cov domain_processor