Detecting phishing web site based on human perception
- docker pull node
- docker run -v /home/spotphish-ml/:/home/spotphish-ml/ -v /tmp/.X11-unix:/tmp/.X11-unix --name spotphish-ml -p 3000:3000 -e DISPLAY=unix -it node:latest
- Go to /home/spotphish-ml and clode the git
git clone https://github.com/sudhirkr/spotphish-ml
- Go inside the docker - docker exec -it spotphish-ml /bin/bash
- npm install
- Start the server - node index.js