https://github.com/raahulcodez/phishing-awareness-game
This project is designed to educate about various forms and techniques of phishing attacks, empower users to recognize and respond effectively to phishing attempts and to equip individuals with the knowledge to avoid falling victim to such attacks.
https://github.com/raahulcodez/phishing-awareness-game
Last synced: about 1 year ago
JSON representation
This project is designed to educate about various forms and techniques of phishing attacks, empower users to recognize and respond effectively to phishing attempts and to equip individuals with the knowledge to avoid falling victim to such attacks.
- Host: GitHub
- URL: https://github.com/raahulcodez/phishing-awareness-game
- Owner: raahulcodez
- License: apache-2.0
- Created: 2023-10-31T05:12:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T10:31:56.000Z (about 2 years ago)
- Last Synced: 2025-05-11T02:07:08.429Z (about 1 year ago)
- Language: Python
- Size: 15.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phishing-Awareness-Game
This project is designed to educate about various forms and techniques of phishing attacks, empower users to recognize and respond effectively to phishing attempts and to equip individuals with the knowledge to avoid falling victim to such attacks.
- **Phishing Attack:** Cyber threat using social engineering to manipulate users into interacting with a fraudulent link.
- **Malicious Payload:** Contains harmful code like Malware/Ransomware, aiming to extract personal information.
- **Deceptive messages:** SMS/Emails pretending to be authentic, tricking users into divulging sensitive data.
## Aim - The 3E's of the project:
- To **educate** about various forms and techniques of phishing attacks.
- To **empower** users to recognize and respond effectively to phishing attempts.
- To **equip** individuals with the knowledge to avoid falling victim to such attacks.
## Workflow:

- A ransomware attack is simulated to illustrate severity and consequences.
- Provide playable experience with clues, puzzles, and cipher messages, along with learning about Phishing.
- Game Objective: Crack the 4-digit ransomware key within time limit.
## Running the project:
1. Clone the repository
2. Run the `main.py`.
3. Install missing modules, if you encounter `ModuleNotFoundError`.