Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CyberClass — 교육자를 위한 구조화된 온라인 사이버 보안 커리큘럼으로, 청소년(13-18세)에게 보안 개념, 위협 및 책임 있는 디지털 관행을 가르칠 수 있는 바로 사용 가능한 활동과 리소스를 제공합니다. | Kitploit
도구/GitLabGitLab/class-code/cyberclass
Learning & EducationCurated ResourcesLearning Paths & CoursesLabs & Practice
GitLabclass-code/cyberclass

CyberClass

교육자를 위한 구조화된 온라인 사이버 보안 커리큘럼으로, 청소년(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 에서 확인할 수 있습니다.

도구 다운로드