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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
SharpSpray — एक्टिव डायरेक्टरी पासवर्ड स्प्रेइंग टूल। स्वचालित रूप से उपयोगकर्ता सूची प्राप्त करता है और संभावित लॉकआउट से बचता है। | Kitploit
उपकरण/GitHubGitHub/iomoath/sharpspray
पासवर्ड हमलेपेनिट्रेशन टेस्टिंगप्रमाणीकरण
GitHubiomoath/sharpspray

SharpSpray

एक्टिव डायरेक्टरी पासवर्ड स्प्रेइंग टूल। स्वचालित रूप से उपयोगकर्ता सूची प्राप्त करता है और संभावित लॉकआउट से बचता है।

रिपॉजिटरी देखेंवेबसाइट
132214 साल पहलेKitploit द्वारा समीक्षित

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

सभी देखें →

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

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

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

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

SharpSpray


SharpSpray एक Windows डोमेन पासवर्ड स्प्रेइंग टूल है जो .NET C# में लिखा गया है।

परिचय

SharpSpray, DomainPasswordSpray का C# पोर्ट है जिसमें उन्नत और अतिरिक्त क्षमताएँ हैं। यह टूल डोमेन एक्टिव डायरेक्टरी सेवाओं के साथ संचार करने के लिए LDAP प्रोटोकॉल का उपयोग करता है।

विशेषताएँ

  • डोमेन संदर्भ के अंदर और बाहर से संचालित हो सकता है।
  • स्प्रेइंग से डोमेन के अक्षम खातों को बाहर करें।
  • सक्रिय निर्देशिका से स्वचालित रूप से डोमेन उपयोगकर्ताओं को एकत्र करता है।
  • लॉकआउट के एक प्रयास के भीतर खातों को बाहर करके संभावित लॉकआउट से बचें।
  • डोमेन लॉकआउट अवलोकन विंडो सेटिंग्स को स्वचालित रूप से एकत्र करके संभावित लॉकआउट से बचें।
  • डोमेन फाइन-ग्रेनेड पासवर्ड नीतियों के साथ संगत।
  • उपयोगकर्ताओं के लिए कस्टम LDAP फ़िल्टर, जैसे (description=admin)
  • प्रत्येक प्रमाणीकरण प्रयास के बीच सेकंड में विलंब।
  • प्रत्येक प्रमाणीकरण प्रयास के बीच जिटर।
  • एकल पासवर्ड या पासवर्ड की सूची का समर्थन करता है।
  • एकल फ़ाइल कंसोल एप्लिकेशन।

उपयोग

कमांड लाइन आर्गुमेंट्स

root@kitploit:~
> SharpSpray.exe --help

  -v, --Verbose       Show verbose messages.
  -u                  (Optional) Username list file path. This will be
                      automatically fetched from the active directory if not specified.
  -p                  A single password or a list splited by '|' that will be used to perform the password spray.
  -k, --pl            (Optional) Password List file path.
  -d                  (Optional) Specify a domain name.
  -m                  Use this option if spraying from a host located outside the Domain context.
  -q, --dc-ip         Required when the option 'm' OutsideDomain is checked
  -x                  Attempts to exclude disabled accounts
                      from the user list (Not supported with the option -m)
  -z                  Exclude accounts within 1 attempt of
                      locking out (Not supported with the option -m)
  -f                  Custom LDAP filter for users, e.g. "(description=*admin*)"
  -o                  A file to output the results to.
  -w                  Do not relay on domain lockout observation window settings and use this specific value. (Default 32 minute)
  -s                  (Optional) Delay in seconds between each authentication attempt.
  -j                  (Optional) Jitter in seconds.
  --Force             Force start without asking for confirmation.
  --get-users-list    Get the domain users list from the active directory.
  --show-examples     Get domain users list from the active directory.
  --show-args         Show command line args
  --help              Display this help screen.

उपयोग उदाहरण

root@kitploit:~
SharpSpray.exe -v -x -z --pl password.txt
SharpSpray.exe -v -x -z -p "Passw0rd|Admin@123|Admin@2022"
SharpSpray.exe -v -x -z -p "Passw0rd"
SharpSpray.exe -x -z -u users.txt --pl psswd.txt
SharpSpray.exe -x -z -u users.txt -p Passw0rd!
SharpSpray.exe -x -z -s 3 -j 1 -u users.txt -k psswd.txt -o sprayed.txt

SharpSpray.exe -w 32 -m -d DC-1.local --dc-ip 10.10.20.20 -u users.txt --pl psswd.txt
SharpSpray.exe -w 32 -s 3 -j 1 -m -d DC-1.local --dc-ip 10.10.20.20 -u users.txt --pl psswd.txt

SharpSpray.exe --get-users-list
SharpSpray.exe --get-users-list > users.txt
PS> .\SharpSpray.exe --get-users-list | Out-File -Encoding ascii users.txt


* Using in Cobalt Strike:
beacon> execute-assembly C:\Users\sec\Desktop\tmp\sharpspray.exe --Force -w 32 -s 3 -j 1 -x -z -v -p "Passw0rd|Admin@123|Admin@2022"

* Check Jobs in Cobalt:
beacon> jobs

केवल सक्रिय निर्देशिका से उपयोगकर्ताओं की सूची प्राप्त करना

निम्नलिखित कमांड डोमेन उपयोगकर्ताओं को लाएगा और सूची को कंसोल पर प्रिंट करेगा।

root@kitploit:~
SharpSpray.exe -x -z --get-users-list

-x: Exclude disabled accounts from the user list.
-z: Exclude accounts within 1 attempt of locking out.

मेटा

SharpSpray | सक्रिय निर्देशिका पासवर्ड स्प्रेइंग टूल

टूल डाउनलोड करें