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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
ADSearch — AD को LDAP प्रोटोकॉल के माध्यम से क्वेरी करने में सहायक एक उपकरण | Kitploit
उपकरण/GitHubGitHub/tomcarver16/adsearch
टोहीजानकारी एकत्र करनापेनिट्रेशन टेस्टिंगरेड टीमिंग
GitHubtomcarver16/adsearch

ADSearch

AD को LDAP प्रोटोकॉल के माध्यम से क्वेरी करने में सहायक एक उपकरण

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

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

सभी देखें →

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

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

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

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

ADSearch

cobalt-strike के execute-assembly कमांड के लिए लिखा गया एक उपकरण जो AD की अधिक कुशल क्वेरी करने की अनुमति देता है।

मुख्य विशेषताएँ

  • सभी डोमेन एडमिन की सूची बनाएं
  • कस्टम LDAP खोज
  • LDAPS सर्वर से कनेक्ट करें
  • AD इंस्टेंस से JSON डेटा आउटपुट करें
  • सामान्य क्वेरी (जैसे सभी कंप्यूटर) से कस्टम विशेषताएँ प्राप्त करें

उपयोग

root@kitploit:~
ADSearch 1.0.0.0
Copyright c  2020
USAGE:
Query Active Directory remotely or locally:
  ADSearch --domain ldap.example.com --password AdminPass1 --username admin --users

  -f, --full          If set will show all attributes for the returned item.

  -o, --output        File path to output the results to.

  --json              (Default: false) Output results in json format.

  --supress-banner    When set banner will be disabled.

  -G, --groups        Enumerate and return all groups from AD.

  -U, --users         Enumerate and return all users from AD.

  -C, --computers     Enumerate and return all computers joined to the AD.

  -S, --spns          Enumerate and return all SPNS from AD.

  --attributes        (Default: cn) Attributes to be returned from the results in csv format.

  -s, --search        Perform a custom search on the AD server.

  --domain-admins     Attempt to retreive all Domain Admin accounts.

  -u, --username      Attempts to authenticate to AD with the given username.

  -p, --password      Attempts to authenticate to AD with the given password.

  -h, --hostname      If set will attempt a remote bind to the hostname. This option requires the domain option to be set to a valid DC on the hostname. Will allow an IP address to be used as well.

  -p, --port          (Default: 636) If set will attempt a remote bind to the port based on the IP.

  -d, --domain        The domain controller we are connecting to in the FQDN format. If left blank then all other connection options are ignored and the lookups are done locally.

  --insecure          (Default: false) If set will communicate over port 389 and not use SSL

  --help              Display this help screen.

  --version           Display version information.

स्क्रीनशॉट

सभी SPNs प्रदर्शित करें

सभी SPNs प्रदर्शित करें

सभी उपयोगकर्ता प्रदर्शित करें

सभी उपयोगकर्ता प्रदर्शित करें

कस्टम खोज से कस्टम विशेषताएँ प्राप्त करें

कस्टम विशेषताओं के साथ परिणाम प्रदर्शित करें

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