CyberPandas is a gamified cybersecurity awareness website designed to educate users about various cyber threats and how to defend against them. The platform provides interactive challenges, real-world scenarios, and expert guidance to enhance cybersecurity knowledge.
- Interactive Cybersecurity Challenges - Solve puzzles and quizzes related to real-world cyber threats.
- Real-time Attack Response - Get AI-generated responses to cybersecurity queries.
- Educational Content - Learn about phishing, malware, and other cyber attacks.
- User-friendly Interface - Simple and engaging UI for an immersive learning experience.
- Clone the repository:
git clone https://github.com/your-username/cyberpandas.git cd cyberpandas - Open the
index.htmlfile in a web browser.
- Enter a query about a cybersecurity topic or ongoing attack.
- The AI-powered chatbot will provide detailed explanations and mitigation steps.
- Explore different challenges and scenarios to test your knowledge.
- HTML, CSS, JavaScript - Frontend design and interaction
- Google Gemini AI - Chatbot response generation
- Flask (for backend, if used) - API handling and chatbot integration
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m "Added new feature" - Push to your branch:
git push origin feature-branch
- Open a pull request.