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.

- 🔗 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
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express
- Database: MongoDB
- User inputs a URL or phone number
- Backend processes the request via API
- Scan logic evaluates the input
- Result is classified as Legitimate or Suspicious
- Data is stored in the database and displayed on UI
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