Skip to content

jaeyung1001/phishing_site_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phishing Detection

Overview

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.

Project structure

hackday.py

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.

phishing_detection.py

Contains the main function for the system that removes all dependencies from Hack Day.

Evaluation method

  • Effectiveness and appropriateness of algorithms used to detect phishing sites.
  • Accuracy of system
    • True positive
    • False positive
    • True negative
    • False negative

Language

The code is written in python 2.7. Please check the requirements for dependencies.
Copyright (c) 2017, mjkim610 junshoong jaeyung1001 chojpsh1 ni5am

About

with NAVER CAMPUS HACKDAY [phishing site detection]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages