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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-63030-WP2Shell — CVE-2026-63030 Exploit | by gr1tx | Kitploit
도구/GitHubGitHub/industri4l-h3ll-xpl0it3rs/cve-2026-63030-wp2shell
Vulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubindustri4l-h3ll-xpl0it3rs/cve-2026-63030-wp2shell

CVE-2026-63030-WP2Shell

CVE-2026-63030 Exploit | by gr1tx

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
저장소 보기
21일 전아직 검토되지 않음

CVE-2026-63030 | WP2Shell

제작: gr1tx

WP2Shell은 CVE-2026-63030에 대한 Python 기반 PoC(Proof-of-Concept)입니다.

WordPress Batch API를 대상으로 시간 기반(time-based) 취약점 검증을 수행하고 상세한 HTML 및 JSON 보고서를 생성합니다.

이 프로젝트는 공인된 보안 평가, 침투 테스트, 취약점 검증 및 연구 목적으로 사용됩니다.


설치 / 요구 사항

요구 사항

  • Python 3.9+
  • Linux / Windows / macOS
  • requests
  • urllib3

저장소 복제:

root@kitploit:~
git clone https://github.com/Industri4l-H3ll-Xpl0it3rs/CVE-2026-63030-WP2Shell/blob/main/CVE-2026-63030.py

의존성 설치:

root@kitploit:~
pip install requests urllib3

사용법

root@kitploit:~
python3 CVE-2026-63030.py --help

예시:

root@kitploit:~
usage: CVE-2026-63030.py [options] target_file

Options:
  --threads
  --sleep
  --retries
  --timeout
  --delay
  --max-targets
  --output
  --insecure
  --verbose
  --authorized

예제

도움말:

root@kitploit:~
└─$ python3 CVE-2026-63030.py --help
usage: CVE-2026-63030.py [-h] [--threads THREADS] [--sleep SLEEP]
                         [--retries RETRIES] [--timeout TIMEOUT]
                         [--delay DELAY] [--max-targets MAX_TARGETS]
                         [--output OUTPUT] [--insecure] [--verbose]
                         [--authorized]
                         target_file

WP Batch SQLi Auditor — safe time-based SQL injection testing for authorized
assessments. by gr1tx

positional arguments:
  target_file           File containing a list of URLs

options:
  -h, --help            show this help message and exit
  --threads THREADS
  --sleep SLEEP
  --retries RETRIES
  --timeout TIMEOUT
  --delay DELAY
  --max-targets MAX_TARGETS
  --output OUTPUT
  --insecure            Disable TLS verification
  --verbose, -v
  --authorized          Confirm that authorization for testing has been obtained

기본 스캔:

root@kitploit:~
python3 CVE-2026-63030.py targets.txt --authorized

자세한(Verbose) 모드:

root@kitploit:~
python3 CVE-2026-63030.py targets.txt --authorized --verbose

사용자 지정 보고서:

root@kitploit:~
python3 CVE-2026-63030.py targets.txt --authorized --output report

생성 파일:

root@kitploit:~
report.json
report.html

기능

  • 시간 기반 검증
  • 다중 스레드 스캔
  • HTML 및 JSON 보고서
  • 자세한 로깅(Verbose logging)
  • 설정 가능한 재시도(retries)
  • 설정 가능한 지연(delay)
  • TLS 검증 지원
  • 크로스 플랫폼

⚠️ 면책 조항 ⚠️

이 소프트웨어와 PoC 코드는 교육 및 연구 목적으로만 제공됩니다.

  • 저자는 이 프로그램으로 인해 발생하는 어떠한 오용이나 손해에 대해서도 책임을 지지 않습니다.
  • 명시적인 사전 허가 없이 어떠한 시스템에 대해서도 사용하지 마십시오.
  • 승인 없이 시스템에 이 도구를 사용하는 것은 불법일 수 있습니다.

모든 관련 법률을 준수할 책임은 사용자에게 있습니다. 윤리적으로 그리고 책임감 있게 사용하십시오.

도구 다운로드