- 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.
[ 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 ! ]
PythonMySqlFlask
Front End :
HtmlCssJavaScript
- 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():
-
The player have to Successfully submit the Flags to get points, which can be achieved by understanding the threat provided in that Level.
-
Hints would be provided to the user depending upon the Suitable difficulty level of the task.

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

-
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.
Abhishek Sharma[[email protected]]Aditya Vatsa[[email protected]]Charishma L[[email protected]]Chinni Krishna Kowsik. P[[email protected]]Sahasra Reddy. M[[email protected]]
----------------- THANK YOU --------------------------------------------------------------------------------------------
Twitter : https://twitter.com/AbhiShek6903
Email : [email protected]
Linkedin : https://www.linkedin.com/in/abhishek-sharma-5914bb206


