Project at Naver Campus Hack Day 2017
This is a phishing site detection system that accepts URL as an argument and returns a string value describing whether the website is a phishing site or not.
Contains the main function for the system designed for Hack Day. hackday.py
communicates with a temporary API designed for Hack Day, and therefore will not work past 2017/06/10.
Contains the main function for the system that removes all dependencies from Hack Day.
- Effectiveness and appropriateness of algorithms used to detect phishing sites.
- Accuracy of system
- True positive
- False positive
- True negative
- False negative
The code is written in python 2.7. Please check the requirements for dependencies.