c2z 프로젝트 개요:stateDiagram-v2
state "<h1>C2Z</h1>" as logo
state "<p>CVE Vulnerability Simulations</p>" as desc
state "<h2>Sprint 1</h2>" as s1 {
state "<ol><li>CVE 기반 취약점 분석</li><li>취약점 기반 공격 시나리오 설계 및 작성</li><li>취약점 환경 개발 및 침투 테스트 재현</li><li>공격 스크립트 개발 및 우회 방법 조사</li></ol>" as s1d
}
state "<h2>Sprint 2</h2>" as s2 {
state "<ol><li>Sprint 1 기반 시뮬레이션 워게임<ul><li>블루팀: WAF 구성 및 시큐어 코딩 </li> <li>레드팀: 우회 공격 스크립트 개발</li></ul></li><li>CVE 기반 제로데이/원데이 취약점 조사</li>" as s2d
}
logo --> desc
desc --> s1
desc --> s2
style logo width:100vw, fill:#c4f453 ,line-height:1rem,font-size:130, color: #000
style desc color:#c4f453, stroke: #c4f453, font-size: 32
style s1d text-align: start, fill:transparent, color:#fff, stroke-width:0, white-space:nowrap
style s2d text-align: start, fill:transparent, color:#fff, stroke-width:0, white-space:nowrap
프로젝트를 진행하면서 2가지 목표를 이루고자 했습니다:
PoC , 재현 환경 개발
Pod) 구축