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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
it-sec-toolshell — CVE-2025-53770에 대한 Marp 슬라이드 데크 | Kitploit
도구/GitHubGitHub/doerrdan/it-sec-toolshell
Vulnerability AnalysisWeb SecurityPapers & ResearchLearning & EducationCurated Resources
GitHubdoerrdan/it-sec-toolshell

it-sec-toolshell

CVE-2025-53770에 대한 Marp 슬라이드 데크

저장소 보기
2개월 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

ToolShell — SharePoint 제로데이 프레젠테이션

CVE-2025-53770에 관한 Marp 슬라이드 덱으로, 각 슬라이드는 slides/ 아래의 별도 파일로 유지됩니다.

빌드

root@kitploit:~
./build.sh           # assemble slides into presentation.md
./build.sh html      # + render presentation.html
./build.sh pdf       # + render presentation.pdf
./build.sh all       # + HTML, PDF, and PNG preview of every slide

이 스크립트는 npx를 사용하여 @marp-team/marp-cli를 필요 시에만 가져오므로 전역 설치가 필요 없습니다.

프로젝트 구조

root@kitploit:~
presentation/
├── slides/                  # one Markdown file per slide
├── themes/toolshell.css     # custom Marp theme (SharePoint teal palette)
├── assets/                  # images, e.g. sharepoint.svg
├── presentation.template.md # references each slide via @@INCLUDE:...@@
├── build.sh                 # assembles + renders
└── presentation.md          # generated, do not edit by hand

새 슬라이드 추가

  1. 슬라이드 파일을 생성합니다(예: slides/16-new-slide.md):

    root@kitploit:~
    # My Title
    
    <h2><span class="pill-tag">Section</span>Sub headline</h2>
    
    <div class="grid-2">
      <div class="tile"><h3>Card A</h3><p>...</p></div>
      <div class="tile pink"><h3>Card B</h3><p>...</p></div>
    </div>
    
  2. presentation.template.md의 올바른 위치에서 해당 파일을 참조합니다:

    root@kitploit:~
    ---
    
    @@INCLUDE:slides/16-new-slide.md@@
    
  3. 다시 빌드합니다:

    root@kitploit:~
    ./build.sh all
    

사용 가능한 CSS 클래스

예시는 기존 슬라이드를 참조하세요. 테마는 tile, grid-2/3, term, score-card, flow, compare, measure, lesson, pill-tag, chip과 전체 화면(full-bleed) 레이아웃을 위한 body 클래스 title, hero, end를 제공합니다.

도구 다운로드