Skip to content

Kushal129/Phishing_Email_Detection_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phishing Email Detection System

Description

A machine learning-based system designed to detect phishing emails. It analyzes email content, checks for suspicious URLs, and identifies phishing indicators using a trained model.

Features

  • Analyzes email content for phishing indicators
  • Extracts URLs and checks against known phishing domains
  • Detects phishing and genuine keywords
  • Classifies emails as Phishing or Safe
  • Provides risk level assessment

Installation

  1. Clone the repository:
git clone https://github.com/Kushal129/Phishing_Email_Detection_System.git
   
cd phishing-email-detection-system
  1. Set up a virtual environment:
python -m venv venv
  1. Install the required packages:
pip install -r requirements.txt

Usage

  1. Run the Flask application:
python app.py
  1. Send a POST request to /analyze-email with the email content.

Notes

  • Make sure to create a requirements.txt file that lists all dependencies (Flask, Flask-CORS, NLTK, scikit-learn, pandas) for easy installation.

Feel free to make any additional adjustments as needed!

About

Phishing Email Detection System using Machine Learning. Analyzes email content and detects phishing attempts based on keywords and URL patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors