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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
automato — automato को आंतरिक पेनेट्रेशन परीक्षण के दौरान उपयोगकर्ता-केंद्रित एन्यूमरेशन कार्यों में से कुछ को स्वचालित करने में मदद करनी चाहिए। | Kitploit
उपकरण/GitHubGitHub/skahwah/automato
पासवर्ड हमलेजानकारी एकत्र करनापेनिट्रेशन टेस्टिंग
GitHubskahwah/automato

automato

automato को आंतरिक पेनेट्रेशन परीक्षण के दौरान उपयोगकर्ता-केंद्रित एन्यूमरेशन कार्यों में से कुछ को स्वचालित करने में मदद करनी चाहिए।

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

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

सभी देखें →

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

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

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

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

automato.rb

automato देशी LDAP लाइब्रेरी का उपयोग करके विभिन्न निर्देशिका ऑब्जेक्ट्स के संग्रह और गणना को स्वचालित करता है। यह आंतरिक पैठ परीक्षण के दौरान अत्यंत उपयोगी है।

automato पासवर्ड स्प्रेइंग हमले भी कर सकता है, और यह पहचान सकता है कि कोई उपयोगकर्ता किसी भी संख्या में सिस्टम पर स्थानीय व्यवस्थापक है या नहीं।

साक्ष्य संरक्षण के लिए आउटपुट फ़ाइलें स्वचालित रूप से बनाई जाती हैं।

उपयोग

root@kitploit:~
$ ruby automato.rb
automato v2.0
Written by: Sanjiv Kawa
Twitter: @kawabungah

Commands:
  automato.rb all                                          # Run the most popular features. (computers, users, groups, priv, attributes)
  automato.rb attr                                         # Get the account attributes for all domain users.
  automato.rb bad                                          # Get the bad password count for all domain users.
  automato.rb computers                                    # Get all domain computers.
  automato.rb groups                                       # Get all domain groups.
  automato.rb help [COMMAND]                               # Describe available commands or one specific command
  automato.rb laps                                         # Get the laps password for systems in the network
  automato.rb localadmin DOMAIN USERNAME PASSWORD IP_FILE  # Identify if a user is a local admin against a list of IP's with SMB open
  automato.rb member GROUP                                 # List all users in a supplied domain GROUP.
  automato.rb priv                                         # Recurse through administrative groups and get users from all nested groups.
  automato.rb spray USER_FILE PASSWORD                     # Conduct a password spraying attack against the domain using a USER_FILE and common PASSWORD
  automato.rb user USER                                    # Get the group memberships for a supplied USER
  automato.rb users                                        # Get all domain users.

$

मैं आमतौर पर डोमेन उपयोगकर्ता क्रेडेंशियल प्राप्त होने के बाद निम्नलिखित कमांड का उपयोग करता हूँ:

root@kitploit:~
$ ruby automato.rb all

सामान्य उपयोग

asciicast

LAPS पासवर्ड प्राप्त करें

asciicast

पासवर्ड स्प्रेइंग

asciicast

स्थानीय व्यवस्थापक गणना

asciicast

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