Skip to content

rootpranav/PhishRadar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhishRadar🛡️

A Cybersecurity Web Application focusing on real-world phishing detection.

PhishRadar is a web-based phishing detection tool designed to help users identify potentially malicious URLs and phone numbers. It provides real-time analysis and securely stores scan results for future reference. Phishradar-logo


🔍 Features

  • 🔗 URL Scanning – Detect phishing or suspicious links
  • 📱 Phone Number Analysis – Identify potential scam numbers
  • 📝 Reporting System – Report suspicious URLs and phone numbers
  • 🗂️ Data Storage – Stores scan history using MongoDB
  • ⚡ Real-time Results – Instant scan response

🛠️ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express
  • Database: MongoDB

⚙️ How It Works

  1. User inputs a URL or phone number
  2. Backend processes the request via API
  3. Scan logic evaluates the input
  4. Result is classified as Legitimate or Suspicious
  5. Data is stored in the database and displayed on UI

🚀 Run Locally

npm install
node backend/server.js

**Open in browser
http://localhost:3000

---

## 👨‍💻 Contributions

- Pranav Lingayat(Project Lead)  
  - Backend Development  
  - Database Integration (MongoDB)  
  - API Design & Scanning Logic  

- Neel igner(Frontend Developer)  
  - Frontend Development
  - UI/UX Implementation
  - User Interaction Handling

About

PhishRadar is a phishing detection web application that analyzes URLs and phone numbers to identify potential scams using a Node.js backend and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors