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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
wordpress-true-ranker-cve-2021-39312 — 익스플로잇 - 워드프레스 플러그인 The True Ranker 2.2.2 - 임의 파일 읽기 | Kitploit
도구/GitHubGitHub/root-wav/wordpress-true-ranker-cve-2021-39312
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubroot-wav/wordpress-true-ranker-cve-2021-39312

wordpress-true-ranker-cve-2021-39312

익스플로잇 - 워드프레스 플러그인 The True Ranker 2.2.2 - 임의 파일 읽기

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

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

WordPress 플러그인 The True Ranker 2.2.2 - 임의 파일 읽기

CVE-2021-39312에 대한 Python PoC(Proof-of-Concept)로, The True Ranker (seo-local-rank) WordPress 플러그인 버전 ≤ 2.2.2에 영향을 미칩니다.

취약점 세부 정보

  • CVE: CVE-2021-39312
  • 유형: 임의 파일 읽기
  • 영향을 받는 플러그인: The True Ranker
  • 영향을 받는 버전: ≤ 2.2.2
  • 공급업체 홈페이지: https://wordpress.org/plugins/seo-local-rank/
  • 플러그인 소스: https://plugins.svn.wordpress.org/seo-local-rank/tags/2.2.2/

설명

이 취약점으로 인해 공격자는 다음 경로의 경로 탐색(path traversal) 문제를 통해 대상 서버에서 임의의 파일을 읽을 수 있습니다:

root@kitploit:~
wp-content/plugins/seo-local-rank/admin/vendor/datatables/examples/resources/examples.php

익스플로잇은 다음 파일을 검색하려고 시도합니다:

root@kitploit:~
wp-config.php

그리고 응답을 로컬에 저장합니다.

요구 사항

종속성을 설치합니다:

root@kitploit:~
pip install requests

사용법

root@kitploit:~
python wp.py -u http://127.0.0.1

인수

인수설명
-u, --url대상 URL

테스트 환경

  • Linux

참고 자료

  • CVE-2021-39312
  • https://wordpress.org/plugins/seo-local-rank/
  • https://plugins.svn.wordpress.org/seo-local-rank/tags/2.2.2/

면책 조항

이 프로젝트는 교육 목적 및 공인된 보안 테스트 전용으로 제공됩니다. 작성자는 이 코드로 인한 오용이나 손해에 대해 책임을 지지 않습니다.

도구 다운로드