Skip to content

kowsik11/DBMS_and_APL_Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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 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 Suitable difficulty level of the task. image

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

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

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

Team Members:

  1. Aditya Lalith [ch.en.u4cys21055@ch.students.amrita.edu]
  2. Chinni Krishna Kowsik. P [ch.en.u4cys21011@ch.students.amrita.edu]

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

Connect with me :

Twitter : https://twitter.com/PerumallaKowsik?s=09

Email : kowsikperumalla@gmail.com

Linkedin : https://www.linkedin.com/in/kowsik-perumalla-306595223

Happy Hacking :) ...... Kowsik perumalla

About

Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors