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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
MalSeclogon — أداة صغيرة للتعامل مع خدمة Seclogon | Kitploit
أدوات/GitHubGitHub/antoniococo/malseclogon
تصعيد الامتيازاتتحليل الذاكرة الجنائيالاستغلالالحركة الجانبيةما بعد الاستغلالالفريق الأحمر
GitHubantoniococo/malseclogon

MalSeclogon

أداة صغيرة للتعامل مع خدمة Seclogon

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

الأكثر شعبية

عرض الكل →

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

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

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

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

MalSeclogon

أداة صغيرة للعب مع خدمة Seclogon.

التفاصيل التقنية الكاملة في:

  • https://splintercod3.blogspot.com/p/the-hidden-side-of-seclogon-part-2.html
  • https://splintercod3.blogspot.com/p/the-hidden-side-of-seclogon-part-3.html

الاستخدام

root@kitploit:~
        MalSeclogon v0.2
        @splinter_code

Args:
-p Pid of the process to spoof the PPID through seclogon service
-d Dump lsass method
        1 = Dump lsass by using leaked handles
        2 = Dump lsass by using leaked handles and cloned lsass process
        3 = Dump lsass by stealing handle from seclogon. (Default)
-o Output path of the dump (default C:\lsass.dmp)
-c Commandline of the spoofed process, default: cmd.exe (not compatible with -d)
-k Xor key to encrypt the dump. Compatible only with -d 3. Allowed values 1-255. Default = 40.
-f Path to an encrypted dump file. This decrypt the dump. If no -k key are specified the default value is 40.

Examples:
- Run a process with a spoofed PPID:
        Malseclogon.exe -p [PPID] -c cmd.exe
- Dump lsass by using leaked handles:
        Malseclogon.exe -d 1
- Dump lsass by using leaked handles and cloned lsass process:
        Malseclogon.exe -d 2
- Dump lsass by stealing handle from seclogon using xor key 40:
        Malseclogon.exe -d 3 -o C:\lsass.dmp.xor -k 40
- Decrypt an lsass dmp file with the key 40:
        Malseclogon.exe -f C:\lsass.dmp.xor -k 40

تعليمات البناء

لا تقم ببناء إصدارات "Debug" أو "x86". لن يعمل الملف الثنائي المترجم إذا استخدمت هذه الإصدارات. البناء الصحيح الذي يجب استخدامه هو "Release x64".

تنزيل الأداة