kvcops / KV-Nexus

This is the first website built by me
https://kv-nexus.vercel.app
MIT License
5 stars 25 forks source link

[Feature] Add a phishing messages/links detector #89

Closed bhat-shubham closed 23 hours ago

bhat-shubham commented 1 day ago

We can add a feature as to create a web-based tool that can automatically detect phishing URLs and warn users before they click on them. Frontend: Create a simple HTML form with a text input field and a submit button. Use JavaScript to capture the URL and send it to the backend. Backend: API: Create a REST API endpoint to receive the URL. Model Integration: Integrate the trained model into the API. URL Processing: Extract features from the URL. Feed the features to the model. Based on the model's prediction, send an appropriate response to the frontend. Response: Send the prediction result (phishing or legitimate) back to the frontend.

github-actions[bot] commented 1 day ago

👋 Thank you @bhat-shubham for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

techy4shri commented 23 hours ago

@bhat-shubham nope, not working on any cybersecurity features, this is a asimple website.

bhat-shubham commented 22 hours ago

okay understood!