Skip to content

AbhishekSharma6903/Cyber-Hunt-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber-Hunt-Game

Why This Game ? 📌🎯

  • Cyber Hunt is a Cyber_Security Awareness/Training program in the form of a interactive Game.
  • The primary Objective of the Game is to provide knowledge about cyber security common Threats and Measures to prevent it.
  • Even providing User The prospective of an Attacker, such that they can develop the intuition of the Threat in depth.

CYBERHUNT

[ Important Instructions are Displayed for the User in the Game with Step by Step ladder way ]

[ The game is completly Explained in the Documentation of this Project ! ]

Software Requirements And Specifications :

  • Python
  • MySql
  • Flask

Front End :

  • Html
  • Css
  • JavaScript

Project Plan ♟💻:

  • In Python you need to install a Python MySQL connector to interact with a MySQL database. pip installs the connector as a third-party module in the currently active virtual environment. It’s recommended that you set up an isolated virtual environment for the project along with all the dependencies. [ $ pip install mysql-connector-python ]
  • To interact with a database, you must first establish a connection with the server. The general workflow of a Python program that interacts with a MySQL-based database is as follows:
    • Connect to the MySQL server.
    • Create a new database.
    • Connect to the newly created or an existing database.
    • Execute a SQL query and fetch results.
    • Inform the database if any changes are made to a table.
    • Close the connection to the MySQL server.
  • The first step in interacting with a MySQL server is to establish a connection. To do this, you need to connect() from the mysql.connector module.
  • This function takes in parameters like host, user, and password and returns a MySQLConnection object. You can receive these credentials as input from the user and pass them to connect():

image

Game Description 🎮 :

  • The player have to Successfully submit the Flags to get points, which can be achieved by understanding the threat provided in that Level.

  • say Level 1: Understanding About Shoulder-Surfing Attack flag

  • Hints would be provided to the user depending upon the Suitable difficulty level of the task. image

  • Quizzes will be introduced to the user at last When the user has completed the Level to make the concepts about the Threat clear. image

  • Similarly, Each area of the game has a different set of challenges and players can only go further if they clear the current challenge.

  • With the Points earned in each Level the Player will be promoted to the next level.

Team Members:

  1. Abhishek Sharma [[email protected]]
  2. Aditya Vatsa [[email protected]]
  3. Charishma L [[email protected]]
  4. Chinni Krishna Kowsik. P [[email protected]]
  5. Sahasra Reddy. M [[email protected]]

----------------- THANK YOU --------------------------------------------------------------------------------------------

Connect :

Twitter : https://twitter.com/AbhiShek6903

Email : [email protected]

Linkedin : https://www.linkedin.com/in/abhishek-sharma-5914bb206

Happy Hacking :) ...... Abhishek sharma

About

Cyber Hunt is a Cyber_Security Awareness/Training program in the form of a interactive Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors