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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2024-53677-POC — a proof of concept of CVE-2024-53677 | Kitploit
도구/GitHubGitHub/cythonic1/cve-2024-53677-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubcythonic1/cve-2024-53677-poc

CVE-2024-53677-POC

a proof of concept of CVE-2024-53677

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2024-53677

다소 오래된 취약점으로, Apache Struts에 영향을 주며 LFI 및 원격 실행으로 이어집니다.

이 취약점에 대한 자세한 정보는 이 훌륭한 블로그를 참조하세요.

Apache Struts 경로 탐색 → RCE (CVE-2024-53677)

POC 사용법

이 CVE를 처음 접했을 때 제대로 구현한 좋은 소스를 찾지 못했기 때문에, 가능한 한 사용자 정의가 가능하도록 만드는 데 많은 시간을 투자했습니다. 대부분의 플래그에는 기본값이 있으므로 이러한 모든 플래그에 겁먹지 마세요.

root@kitploit:~
git clone https://github.com/Cythonic1/CVE-2024-53677-POC
cd  CVE-2024-53677-POC
go run . -h
root@kitploit:~

  -command string
        command to execute on the server default: whoami
  -end-point string
        post endpoint default to: upload.action
  -file-location string
        where to save the file into the server default: what test function return
  -lfi-param string
        Parameter name for LFI testing default: top.UploadFileName
  -payload-file string
        Path to the payload file default: ./shell.jsp
  -payload-file-name string
        name of the payload it self default: shell.jsp
  -payload-param string
        Parameter name for payload injection default: Upload
  -test-file-name string
        name of the testfile it self default: testfile.txt
  -testing-file string
        File used for testing default: ./testfile.txt
  -url string
        Target base URL (format http://strutted.htb/) do not forgot the [/] at the end

이 모든 명령어에는 기본값이 있습니다. 또한 파일이 배치되어야 할 위치를 확인하는 테스트 함수를 구현했으며, 이는 사용자 구성 가능 옵션입니다.

기본 사용법

root@kitploit:~
go run .  -url http://127.0.0.1:8080/ -end-point upload.action

참고 사항

몇 가지 주의할 점.

  1. 기본 페이로드는 GIF 형식이며 콘텐츠 유형은 gif입니다. 변경이 필요한 경우, 유일하게 코드를 수정해야 하는 옵션입니다.
  2. 테스트 함수가 잘못된 가정을 생성할 수 있으므로 100% 신뢰하지 마세요.
  3. 익스플로잇을 적어도 두 번 이상 실행해야 할 수도 있습니다. 페이로드를 처음 업로드했을 때 바로 다음 요청에서 찾지 못하는 경우가 있었기 때문입니다. 명심하세요.

기여

익스플로잇을 자유롭게 수정하거나 추가하세요 ♥️.

리소스

취약한 Docker 이미지 익스플로잇에 대한 자세한 정보

도구 다운로드