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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
أدوات/GitHubGitHub/deadjakk/reg1c1de
تصعيد الامتيازاتماسحات الثغرات الأمنيةتدقيق التكوين
GitHubdeadjakk/reg1c1de

Reg1c1de

أداة فحص أذونات السجل مكتوبة بلغة C# لاكتشاف سبل تصعيد الامتيازات المحتملة داخل السجل

عرض المستودع
8613منذ 5 سنواتتمت المراجعة من قبل Kitploit

الأكثر شعبية

عرض الكل →

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

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

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

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

Reg1c1de: ماسح تصعيد الامتيازات في سجل ويندوز

الملخص (من مخرجات المساعدة):

Reg1c1de هي أداة تقوم بمسح خلايا التسجيل المحددة وتقدم تقريرًا عن أي مفاتيح يمتلك المستخدم فيها أذونات كتابة. بالإضافة إلى ذلك، إذا تم العثور على أي قيم سجل تحتوي على مسارات ملفات مع امتدادات معينة وكانت قابلة للكتابة، فسيتم الإبلاغ عنها أيضًا.

يمكن العثور على مزيد من المعلومات حول هذه الأداة واستخدامها في المقالة المرتبطة على github.io: هنا

مخرجات المساعدة:

root@kitploit:~
++++++++++++++Reg1c1de++++++++++++++++
+author: @deadjakk | http://shell.rip+
++++++++++++++++++++++++++++++++++++++


Description:
Reg1c1de is a tool that scans specified registry hives and reports on any keys where the user has write permissions
In addition, if any registry values are found that contain file paths with certain file extensions and they are writeable, these will be reported as well.
These keys should be investigated further as they could potentially lead to a path to privilege escalation or other evil

Arguments: (THESE ARE ALL OPTIONAL!)
-h      show this help message
-vv     enable debug output (more verbose)
-e      scan the entire specified hive, this is disabled by default
-o      filename to write the vulnerable keys to csv, example -o=filename
-k      base key to enumerate from under the hive, default=Software, example -k=Software
-df     disables writeable file checking, in case you don't want to make thousands of access denied file open attempts
-r      four letter shorthand of the root hive to enumerate from, default=HKLM, example -r=HKLM
        Acceptable values are: HKCU, HKLM, HKCR, HKCC, HKU

-writetests     enabling this flag will enable write tests, which will write a dummy registry key and value to every discovered instance of write access to a key.
I DO NOT recommend using this, especially if you cannot make a registry backup, nevertheless it is here.

Example Usage:
Reg1c1de.exe -v -o=outputfile -r=HKLM -e
تنزيل الأداة