Skip to content

whippinmywrist/PhishingAlert

Repository files navigation

PhishingAlert

PhishingAlert is a solution for finding phishing sites that use social engineering against your users or take away user traffic for advertising

Deployment

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.

Testing

py.test -s --cov-report term-missing --cov app tests --cov domain_processor 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages