Skip to content

Intelligent Phishing detection system for Chrome. Created at Visionary Hackathon '24 in 8 hours.

License

Notifications You must be signed in to change notification settings

yashraj-n/Phish-Proof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phish Proof

Intelligent Phishing detection system for Chrome. Created at Visionary Hackathon '24 in 8 hours.

Problem Statement

Design and implement an innovative phishing detection and prevention system that addresses the following key aspects: Cross-Channel Phishing Protection,Phishing Campaign Simulation and Analytics,Real-lime URL Analysis.

Project Layout

api

Contains source code for the backend API (Uses Virustotal and IPQualityScore to determine Fradulent Score of any Website/Email Address).

client

Contains source code for the Chrome Extension. The Extension has lot of bugs and needs polishing but it should work out of box without need of much configuration.

Running Locally

Prerequisites: Node.js, Vercel CLI(Configured), Chromium Based Browser

# Clone this Repository
git clone https://github.com/yashraj-n/phisproof

# Change Directory into phisproof/api
cd phisproof/api

# Install dependencies
npm i

# Run the API Locally
vercel dev

⚠️ Make sure you have Virustotal and IPQualityScore API keys configured correctly. The server will not run without it.

For Client, goto chrome://extensions and enable developer mode. Then Drag and Drop the client folder onto the browser window. It should install the extension with some manifest warnings.

Contributors

License

MIT

About

Intelligent Phishing detection system for Chrome. Created at Visionary Hackathon '24 in 8 hours.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published