Skip to content

h3rac1es/phishing-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phishing Training Game

An interactive web-based game to learn about email phishing security in a fun way.

Features

  • Interactive email examples
  • Real-world phishing scenarios
  • Instant feedback and explanations
  • Score tracking
  • Educational clues and tips

Technologies Used

  • HTML5
  • JavaScript (ES6+)
  • Tailwind CSS
  • JSON for data storage

Getting Started

  1. Clone the repository:
git clone [your-repo-url]
  1. Navigate to the project directory:
cd phishing-trainer
  1. Start a local server:
python3 -m http.server 3000
  1. Open your browser and visit:
http://localhost:3000

How to Play

  1. Read the displayed email carefully
  2. Decide if it's a phishing attempt or a legitimate email
  3. Click "Phishing" or "Safe" based on your decision
  4. Learn from the feedback and explanations
  5. Try to get the highest score!

Contributing

Feel free to contribute to this project:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors