Phishing Simulation Training Platform

This platform helps educate users about phishing attacks by simulating realistic scenarios and tracking user interactions.

📧 Simulation Links

Use these links in your phishing simulation emails. Each link tracks which email address clicked it.

Example 1 (IT Support):
http://localhost:3000/api/track?email=user1@company.com&redirect=/warning

Example 2 (Password Reset):
http://localhost:3000/api/track?email=user2@company.com&redirect=/warning

Example 3 (Urgent Action):
http://localhost:3000/api/track?email=user3@company.com&redirect=/warning

💡 How to use: Replace the email parameter with the recipient's email address. When they click the link, it will be recorded in app/data/clicks.json.

📊 View Dashboard

View all tracked clicks and analyze user behavior.

View Click Dashboard

⚠️ Test Warning Page

Test what users see when they click a phishing link.

View Warning Page