Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CyberClass — 教育者向けの体系化されたオンラインサイバーセキュリティカリキュラム。10代(13~18歳)にセキュリティの概念、脅威、責任あるデジタルプラクティスを教えるための、すぐに使えるアクティビティとリソースを提供します。 | Kitploit
ツール/GitLabGitLab/class-code/cyberclass
学習と教育厳選リソース学習パスとコースラボと実践
GitLabclass-code/cyberclass

CyberClass

教育者向けの体系化されたオンラインサイバーセキュリティカリキュラム。10代(13~18歳)にセキュリティの概念、脅威、責任あるデジタルプラクティスを教えるための、すぐに使えるアクティビティとリソースを提供します。

リポジトリを見る
3111日前未レビュー

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

CyberClass

このリポジトリには、Class'Code CyberClass の教育リソースが含まれています。

ファイルツリー

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

自分のウェブサイトをローカルにデプロイする(自分のコンピュータ上で)

ウェブサイトを自分のコンピュータ上でローカルにプレビューするには、python、mkdocs、git をインストールする必要があります。

インストール

前提条件:

  • Miniconda を使って python をインストール: https://docs.conda.io/en/latest/miniconda.html(MacOS の場合は便利な .pkg を使用)
  • mkdocs の依存関係をインストール(ターミナルで):
    root@kitploit:~
    pip install mkdocs-material mkdocs-pdf-export-plugin mkdocs-jupyter mkdocs-macros-plugin mkdocs-awesome-pages-plugin
    
  • git をインストール: https://git-scm.com/downloads

ローカルでプレビュー

ターミナルで:

  1. このリポジトリをクローンする git clone https://class-code.gitlab.io/CyberClass/
  2. ディレクトリを変更する cd CyberClass
  3. ローカルサーバーを実行する: mkdocs serve

数秒後、ウェブサイトは http://localhost:8000 で利用可能になるはずです。

ツールをダウンロード