PhishShield is a cybersecurity tool designed to analyze email content and detect phishing attempts techniques.
- Email Header Analysis: Examines sender details for suspicious patterns.
- Link Inspection: Detects malicious or misleading URLs.
- Content Analysis: Identifies phishing language and social engineering techniques.
- Risk Assessment: Provides a phishing score (0-100) with explanations.
- User-Friendly Input: Accepts email content via text or file upload.
git clone https://github.com/NetSecPrajwal/PhishShield.git
cd PhishShield
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python phishshield.py
- Choose an input method: Paste email content or Provide an email file path.
- The tool analyzes the email and gives a phishing score along with risk assessment.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to contribute by submitting issues or pull requests.
For questions or suggestions, reach out to Prajwal Gaikwad at GitHub Instagram.