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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
WSuspicious — 로컬 권한 상승 도구로, 안전하지 않은 WSUS 연결을 악용하여 중간자 프록시를 통해 Windows에서 SYSTEM 권한으로 명령 실행을 가능하게 합니다. | Kitploit
도구/GitHubGitHub/gosecure/wsuspicious
Privilege EscalationExploitationPenetration TestingRed Teaming
GitHubgosecure/wsuspicious

WSuspicious

로컬 권한 상승 도구로, 안전하지 않은 WSUS 연결을 악용하여 중간자 프록시를 통해 Windows에서 SYSTEM 권한으로 명령 실행을 가능하게 합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

WSuspicious

요약

이 프로그램은 WSUS를 악용하여 Windows 호스트에서 권한을 상승시키기 위한 개념 증명(PoC)입니다. 자세한 내용은 블로그 게시물을 참조: https://www.gosecure.net/blog/2020/09/08/wsus-attacks-part-2-cve-2020-1013-a-windows-10-local-privilege-escalation-1-day/ 이 프로젝트는 WSuspect 프록시 프로젝트에서 영감을 받았습니다: https://github.com/ctxis/wsuspect-proxy

감사의 말

권한 상승 모듈은 GoSecure의 Maxime Nadeau가 작성했습니다.

다음 분들께 큰 감사를 드립니다:

  • WSUS 프록시 공격을 부활시킨 GoSecure의 Julien Pineault와 SecureOps의 Mathieu Novis
  • HTTPS 가로채기 아이디어를 제공한 GoSecure의 Romain Carnus
  • 원본 프록시 PoC를 작성하고 연구한 Context Information Security의 Paul Stone과 Alex Chapman

사용법

이 도구는 다양한 도메인 환경의 Windows 10 시스템(10.0.17763 및 10.0.18363)에서 테스트되었습니다.

root@kitploit:~
Usage: WSuspicious [OPTION]...
Ex. WSuspicious.exe /command:"" - accepteula - s - d cmd / c """"echo 1 > C:\\wsuspicious.txt"""""" /autoinstall

Creates a local proxy to intercept WSUS requests and try to escalate privileges.
If launched without any arguments, the script will simply create the file C:\\wsuspicious.was.here

/exe                The full path to the executable to run
				    Known payloads are bginfo and PsExec. (Default: .\PsExec64.exe)
/command            The command to execute (Default: -accepteula -s -d cmd /c ""echo 1 > C:\\wsuspicious.was.here"")
/proxyport          The port on which the proxy is started. (Default: 13337)
/downloadport       The port on which the web server hosting the payload is started. (Sometimes useful for older Windows versions)
				    If not specified, the server will try to intercept the request to the legitimate server instead.
/debug              Increase the verbosity of the tool
/autoinstall        Start Windows updates automatically after the proxy is started.
/enabletls          Enable HTTPS interception. WARNING. NOT OPSEC SAFE. 
				    This will prompt the user to add the certificate to the trusted root.
/help               Display this help and exit

예시

WSuspicious 권한 상승 예시 gif

컴파일

ILMerge 종속성을 사용하여 애플리케이션을 단일 .exe 파일로 컴파일할 수 있습니다. 애플리케이션을 컴파일하려면 다음 명령을 사용하십시오:

root@kitploit:~
dotnet msbuild /t:Restore /t:Clean /t:Build /p:Configuration=Release /p:DebugSymbols=false /p:DebugType=None /t:ILMerge /p:TrimUnusedDependencies=true
도구 다운로드