Skip to content

Simple and Basic Phishing Detector developed using Python and Flask

Notifications You must be signed in to change notification settings

alight659/antiPhish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antiPhish(); - Phishing Detector

Simple and Basic Phishing Detector developed using Python and Flask. A public instance of this project can be accessed at https://antiphish.pythonanywhere.com

Run Locally

Clone the project

  git clone http://github.com/alight659/antiPhish.git

Go to the project directory

  cd antiPhish

Install dependencies

  pip3 install -r requirements.txt

Start the server

  flask run

API Reference

Get Google Safe Browsing

Parameter Type Description
api_key string Required. Your API key

Replace api_key in phishcheck.py with your Google Safe Browsing API Key.

🔗 Links

portfolio linkedin

About

Simple and Basic Phishing Detector developed using Python and Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published