Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CyberClass — Structured online cybersecurity curriculum for educators, providing ready-to-use activities and resources to teach teens (13-18) about security concepts, threats, and responsible digital practices. | Kitploit
Tools/GitLabGitLab/class-code/cyberclass
Learning & EducationCurated ResourcesLearning Paths & CoursesLabs & Practice
GitLabclass-code/cyberclass

CyberClass

Structured online cybersecurity curriculum for educators, providing ready-to-use activities and resources to teach teens (13-18) about security concepts, threats, and responsible digital practices.

View Repository
3111 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CyberClass

This repository contains educational resources for Class'Code CyberClass.

Files tree

root@kitploit:~
📦CyberClass # ------------------------------------ Root directory
 ┣ 📂docs # --------------------------------------- Website sources
 ┃ ┣ 📂assets # ----------------------------------- General assets (logo, favicon, etc)
 ┃ ┣ 📂Partie1 # ---------------------------------- Folder for the first module
 ┃ ┃ ┣ 📜Activite1.en.md # ------------------------ page content file in english of activite 1
 ┃ ┃ ┣ 📜Activite1.md # --------------------------- page content file of activite 1
 ┃ ┃ ┣ 📜Activite2.en.md # ------------------------ page content file in english of activite 2
 ┃ ┃ ┣ 📜Activite2.md # --------------------------- page content file of activite 2
 ┃ ┃ ┣ 📜index.en.md # ---------------------------- page of introduction in english
 ┃ ┃ ┣ 📜index.md # ------------------------------- page of introduction (overridden by home.html)
 ┃ ┃ ┗ 📜.pages # --------------------------------- Navigation links config
 ┣ 📂overrides # ---------------------------------- Custom pages overrides
 ┃ ┣ 📜home.en.html # ----------------------------- Homepage override in english
 ┃ ┗ 📜home.html # -------------------------------- Homepage override
 ┣ 📜.gitignore # --------------------------------- Git ignored files
 ┣ 📜README.md # ---------------------------------- Main readme file (This file you're reading)
 ┗ 📜mkdocs.yml # --------------------------------- Website main config file

Deploy your own website locally (on your computer)

To preview the website locally on your computer you need to install python, mkdocs and git.

Installation

Prerequisites :

  • Install python using Miniconda : https://docs.conda.io/en/latest/miniconda.html (use .pkgfor MacOS for convenience)
  • Install mkdocs dependencies (in a terminal) :
    root@kitploit:~
    pip install mkdocs-material mkdocs-pdf-export-plugin mkdocs-jupyter mkdocs-macros-plugin mkdocs-awesome-pages-plugin
    
  • Install git : https://git-scm.com/downloads

Preview locally

In a terminal :

  1. Clone this repository git clone https://class-code.gitlab.io/CyberClass/
  2. Change directory cd CyberClass
  3. Run the local server : mkdocs serve

After a few seconds, the website should be available at : http://localhost:8000

Download Tool