Skip to content

D0up4/phishing-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 Phishing Simulation Toolkit (Red Team Lab)

Author: D0up4
Project Type: Red Team Simulation / Educational Last Updated: 06/2025

📘 Description

This is a lab-only phishing simulation toolkit designed to demonstrate how credential harvesting attacks may occur using social engineering and fake login pages. It includes a realistic-looking Microsoft-style login page built from scratch (no copyrighted code), a local Flask server to receive test credentials, and credential logging.

This project is intended for ethical red team development, security education, and security awareness training — strictly in controlled, private lab environments.


⚙️ Features

  • ✅ Realistic Microsoft-style login UI (100% custom HTML/CSS)
  • ✅ Flask-based backend server (Python)
  • ✅ Credential capture and timestamped logging
  • ✅ Redirects to Microsoft’s real login page post-submit
  • ✅ Safe for labs: no external delivery or malware involved

🖼️ Screenshots

Login Page Credential Log Output
login page logs

🚀 Usage

🧱 1. Requirements

  • Python 3.x
  • Flask

🧪 2. Setup

git clone https://github.com/D0up4/phishing-simulator.git
cd phishing-simulator
pip install -r requirements.txt
python server.py

About

A phishing simulation to understand how phishing works.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published