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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
sctphantom — Tracking SCTPhantom (CVE-2026-64564), the Linux kernel SCTP ASCONF transport use-after-free | Kitploit
도구/GitHubGitHub/suominen/sctphantom
Vulnerability AnalysisThreat IntelligenceCurated Resources
GitHubsuominen/sctphantom

sctphantom

Tracking SCTPhantom (CVE-2026-64564), the Linux kernel SCTP ASCONF transport use-after-free

저장소 보기웹사이트
14일 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

SCTPhantom — 리눅스 커널 SCTP ASCONF use-after-free 추적 사이트

SCTPhantom 패치 상태 추적기의 소스: 리눅스 커널의 SCTP ASCONF transport use-after-free에 대한 수정을 출시한 배포판을 기록하는 단일 페이지 사이트입니다.

실제 정보가 있는 곳

버그에 관한 모든 것 — CVE ID, 영향받는 버전 및 수정된 버전, 업스트림 수정 커밋, 발견 및 공개 공로, 그리고 현재 배포판별 패치 상태 — 은 이 README가 아니라 추적기 페이지에 있습니다:

  • 렌더링: https://kimmo.cloud/sctphantom/
  • 소스: site/content/_index.md

그 파일을 편집하면 됩니다. 이 저장소의 다른 모든 것은 빌드 인프라입니다.

이 중 어떤 것도 의도적으로 여기에 다시 언급하지 않습니다. 추적기 페이지는 CVE가 배정되고 배포판이 수정본을 출시함에 따라 개정됩니다 — 활발히 업데이트되는 추적기의 경우 자동 업데이트 에이전트가 하루에 두 번 — 따라서 이 README에 보관된 사본은 조용히 낡아버릴 것입니다. 요약을 다시 추가하지 마십시오.

배포 계획과 현재 설정 상태는 WEBSITE.md에 있습니다.

로컬 개발

Hugo extended(≥ 0.146.0)와 Go(Hugo Modules가 PaperMod 테마를 가져오는 데 필요)가 필요합니다.

Nix 사용 시(권장)

root@kitploit:~
nix develop          # dev shell: hugo, go, git, resvg
cd site
hugo server          # local preview at http://localhost:1313/sctphantom/

direnv를 사용한다면 direnv allow를 한 번 실행하면 저장소에 cd할 때마다 개발 셸이 자동으로 활성화됩니다.

Nix를 사용하지 않는 경우

Hugo extended ≥ 0.146.0과 Go ≥ 1.24를 직접 설치한 후:

root@kitploit:~
cd site
hugo server          # http://localhost:1313/sctphantom/

빌드 및 게시

root@kitploit:~
make build       # local build into site/public/
make dist        # build, then rsync to haig:/sctphantom/
make banner      # re-rasterise the social banner SVG → PNG (needs resvg + Roboto)

make dist는 먼저 make build를 실행합니다. make banner는 site/assets/sctphantom-tracker.svg를 편집한 후에만 필요하며, 렌더링된 PNG는 커밋되어 있습니다.

저장소 구조

root@kitploit:~
.
├── flake.nix              # Nix dev environment (hugo, go, git, resvg + RPM tools)
├── .envrc                 # direnv hook → `use flake`
├── .gitignore
├── Makefile               # `make build`, `make dist`, `make banner`
├── LICENSE                # CC BY 4.0
├── README.md              # this file
├── CLAUDE.md              # project instructions for Claude Code
├── WEBSITE.md             # publication plan / decisions log
├── scripts/               # auto-update agent: prompt + driver
├── systemd/               # user-level timer + service units
└── site/                  # Hugo project
    ├── hugo.toml
    ├── content/
    │   └── _index.md      # the tracker (single page)
    ├── assets/css/extended/custom.css   # PaperMod CSS overrides
    ├── assets/sctphantom-tracker.svg       # social-banner source (→ make banner)
    ├── static/sctphantom-tracker.png       # rendered OpenGraph banner (committed)
    ├── layouts/partials/  # PaperMod overrides (post_meta, extend_footer)
    ├── go.mod, go.sum     # Hugo Modules — pulls PaperMod theme
    └── …                  # standard Hugo skeleton

라이선스

CC BY 4.0 — 출처 표시와 함께 공유 및 개작할 수 있습니다.

도구 다운로드