Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 808 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 808 Bytes

Phishing website detection system provides strong security mechanism to detect and prevent phishing domains from reaching user. This project presents a simple and portable approach to detect spoofed webpages and solve security vulnerabilities using Machine Learning. It can be easily operated by anyone since all the major tasks are happening in the backend. The user is required to provide URL as input to the GUI and click on submit button. The output is shown as “YES” for phishing URL and “NO” for not phished URL.

PYTHON DEPENDENCIES:

• NumPy, Pandas, Scikit-learn: For Data cleaning, Data analysis and Data modelling.

• Pickle: For exporting the model to local machine

• Tkinter, Pyqt, QtDesigner: For building up the Graphical User Interface (GUI) of the software.