vekaria04 /
phishing-simulation-tool
A full-stack phishing simulation app that sends realistic phishing emails, tracks clicks and credential submissions, and educates users on phishing awareness. Built with Node.js, MongoDB, and vanilla HTML/CSS.
Loading repository data…
Lakshay-26 / repository
A full-stack Phishing URL Detection Web App built with Python (Flask) and a modern HTML/CSS/JS frontend. It uses advanced rule-based logic to analyze URLs in real-time—flagging unsecured protocols, suspicious keywords, URL shorteners, and obscure IP domains. Features a premium dark-themed UI and local URL history tracking. Deployment-ready!
Analyze. Detect. Protect.
A robust, full-stack web application designed to detect whether a given URL is safe or a potential phishing attack. Built using rule-based detection logic, this application analyzes various aspects of a URL to identify common malicious patterns often used by cybercriminals.
http:// protocols.@ symbol used to obscure true destinations.login, verify, bank, secure).bit.ly, tinyurl, etc.).✅ SAFE or ⚠️ SUSPICIOUS along with the exact reasons why.Make sure you have Python 3 installed on your system.
Clone this repository:
git clone https://github.com/yourusername/phishing-url-detector.git
cd phishing-url-detector
Install the required dependencies:
pip install -r requirements.txt
Start the Flask server:
python app.py
Open your web browser and navigate to:
http://127.0.0.1:5000
This app is fully prepared to be deployed on cloud platforms like Render, Railway, or Vercel.
A requirements.txt and a configured app.py are included. If deploying on Render, use gunicorn app:app as your Start Command.
Developed as part of a Cyber Security Internship Project.
Selected from shared topics, language and repository description—not editorial ratings.
vekaria04 /
A full-stack phishing simulation app that sends realistic phishing emails, tracks clicks and credential submissions, and educates users on phishing awareness. Built with Node.js, MongoDB, and vanilla HTML/CSS.
Izzie987 /
A full-stack phishing URL detector using Random Forest, FastAPI, Express.js, and a custom HTML/CSS/JavaScript frontend.
Surabhi15-g /
A full-stack web application that detects phishing URLs using a machine learning model, built with Python, Flask, and HTML/CSS.
garvitverma21 /
A complete full‑stack phishing URL detection app with machine learning backend and a user-friendly web GUI built using Flask, HTML, CSS, and JavaScript.
Expandable dataset to train with more phishing or safe URLs From Python backend to HTML/CSS frontend, it was a full-stack AI project built with performance and security in mind.
Radhika-RR /
CyberGuard Assistant is a full-stack cybersecurity project with a phishing detector and AI-powered QnA chatbot. It uses ML to classify phishing emails and a JSON-based chatbot for cybersecurity awareness. Built with FastAPI backend, and HTML/CSS/JS frontend