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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
struts2_cve-2017-5638 — This is a sort of Java porting of the Python exploit at: https://www.exploit-db.com/exploits/41570/. | Kitploit
도구/GitHubGitHub/m3ssap0/struts2_cve-2017-5638
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubm3ssap0/struts2_cve-2017-5638

struts2_cve-2017-5638

This is a sort of Java porting of the Python exploit at: https://www.exploit-db.com/exploits/41570/.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

struts2_cve-2017-5638

이는 https://www.exploit-db.com/exploits/41570/에 있는 Python 익스플로잇의 Java 포팅입니다.

이 소프트웨어는 외부 종속성 없이 작성되었습니다.

면책 조항

이 도구는 보안 엔지니어와 앱시큐어 담당자가 보안 평가를 위해 사용하도록 설계되었습니다. 이 도구를 책임감 있게 사용해 주십시오. 이 응용 프로그램을 사용하는 방식에 대해 책임을 지지 않습니다. 이 도구를 사용하여 발생한 손해나 저지른 범죄에 대해 책임을 지지 않습니다.

취약점 정보

  • CVE-ID: CVE-2017-5638
  • 링크: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-5638
  • 설명: Apache Struts 2의 Jakarta Multipart 파서(2.3.x 2.3.32 이전, 2.5.x 2.5.10.1 이전)는 파일 업로드 시도 중 예외 처리 및 오류 메시지 생성에 결함이 있어, 원격 공격자가 조작된 Content-Type, Content-Disposition 또는 Content-Length HTTP 헤더를 통해 임의의 명령을 실행할 수 있습니다. 이는 2017년 3월 Content-Type 헤더에 #cmd= 문자열을 포함시켜 실제로 악용되었습니다.

도움말

root@kitploit:~
Usage:
   java -jar struts2_cve-2017-5638.jar [options]
Description:
   Exploiting Apache Struts2 Remote Code Execution (CVE-2017-5638).
Options:
   -h, --help
      Prints this help and exits.
   -u, --url [target_URL]
      The target URL where the exploit will be performed.
   -cmd, --command [command_to_execute]
      The command that will be executed on the remote machine.
   --cookies [cookies]
      Optional. Cookies passed into the request, i.e. authentication cookies.
   -v, --verbose
      Optional. Increase verbosity.

예시

root@kitploit:~
java -jar struts2_cve-2017-5638.jar --url "https://vuln1.foo.com/asd" --command ipconfig
root@kitploit:~
java -jar struts2_cve-2017-5638.jar --url "https://vuln2.foo.com/asd" --command ipconfig --cookies "JSESSIONID=qwerty0123456789"
root@kitploit:~
java -jar struts2_cve-2017-5638.jar --url "https://vuln3.foo.com/asd" --command dir --cookies "JSESSIONID=qwerty0123456789;foo=bar"

저자

  • Antonio Francesco Sardella - Java 포팅 - m3ssap0

라이선스

이 프로젝트는 MIT 라이선스 하에 배포됩니다. 자세한 내용은 LICENSE.txt 파일을 참조하세요.

감사의 말

  • 원본 Python 익스플로잇을 작성한 Vex Woo 님께 감사드립니다.
도구 다운로드