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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
targetedKerberoast — लक्षित ACL दुरुपयोग के साथ Kerberoasting के लिए Python स्क्रिप्ट: उन उपयोगकर्ताओं पर अस्थायी SPN सेट करती है जिनके पास नहीं हैं, Kerberos हैशेज़ निकालती है, फिर SPN हटा देती है। NTLM, Kerberos और pass-the-hash प्रमाणीकरण का समर्थन करती है। | Kitploit
उपकरण/GitHubGitHub/shutdownrepo/targetedkerberoast
विशेषाधिकार वृद्धिपासवर्ड हमलेशोषणपेनिट्रेशन टेस्टिंग
GitHubshutdownrepo/targetedkerberoast

targetedKerberoast

लक्षित ACL दुरुपयोग के साथ Kerberoasting के लिए Python स्क्रिप्ट: उन उपयोगकर्ताओं पर अस्थायी SPN सेट करती है जिनके पास नहीं हैं, Kerberos हैशेज़ निकालती है, फिर SPN हटा देती है। NTLM, Kerberos और pass-the-hash प्रमाणीकरण का समर्थन करती है।

रिपॉजिटरी देखें

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

सभी देखें →

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

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

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

सभी उपकरण देखें →
साझा करें
6778521 साल पहलेKitploit द्वारा समीक्षित

targetedKerberoast

targetedKerberoast एक Python स्क्रिप्ट है जो, कई अन्य उपकरणों की तरह (जैसे GetUserSPNs.py), उन उपयोगकर्ता खातों के लिए "kerberoast" हैश प्रिंट कर सकती है जिनमें SPN सेट है। यह उपकरण निम्नलिखित अतिरिक्त सुविधा प्रदान करता है: SPN रहित प्रत्येक उपयोगकर्ता के लिए, यह एक SPN सेट करने का प्रयास करता है (servicePrincipalName विशेषता पर लेखन अनुमति का दुरुपयोग करते हुए), "kerberoast" हैश प्रिंट करता है, और उस ऑपरेशन के लिए सेट किए गए अस्थायी SPN को हटा देता है। इसे लक्षित Kerberoasting (Targeted Kerberoasting) कहा जाता है। इस उपकरण का उपयोग डोमेन के सभी उपयोगकर्ताओं के विरुद्ध, या किसी सूची में प्रदत्त उपयोगकर्ताओं के लिए, या CLI में प्रदत्त एकल उपयोगकर्ता के लिए किया जा सकता है।

इस आक्रमण के बारे में अधिक जानकारी

  • The Hacker Recipes - Kerberoast
  • The Hacker Recipes - Targeted Kerberoasting

उपयोग

यह उपकरण निम्नलिखित प्रमाणीकरण विधियों का समर्थन करता है

  • (NTLM) स्पष्ट पाठ पासवर्ड
  • (NTLM) Pass-the-hash
  • (Kerberos) स्पष्ट पाठ पासवर्ड
  • (Kerberos) Pass-the-key / Overpass-the-hash
  • (Kerberos) Pass-the-cache (एक प्रकार का Pass-the-ticket)

अन्य बातों के अलावा, targetedKerberoast बहु-स्तरीय वर्बोसिटी का समर्थन करता है, बस कमांड में -v, -vv, ... जोड़ें :)

root@kitploit:~
usage: targetedKerberoast.py [-h] [-v] [-q] [-D TARGET_DOMAIN] [-U USERS_FILE] [--request-user username] [-o OUTPUT_FILE] [--use-ldaps] [--only-abuse] [--no-abuse] [--dc-ip ip address] [-d DOMAIN] [-u USER]
                             [-k] [--no-pass | -p PASSWORD | -H [LMHASH:]NTHASH | --aes-key hex key]

Queries target domain for SPNs that are running under a user account and operate targeted Kerberoasting

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         verbosity level (-v for verbose, -vv for debug)
  -q, --quiet           show no information at all
  -D TARGET_DOMAIN, --target-domain TARGET_DOMAIN
                        Domain to query/request if different than the domain of the user. Allows for Kerberoasting across trusts.
  -U USERS_FILE, --users-file USERS_FILE
                        File with user per line to test
  --request-user username
                        Requests TGS for the SPN associated to the user specified (just the username, no domain needed)
  -o OUTPUT_FILE, --output-file OUTPUT_FILE
                        Output filename to write ciphers in JtR/hashcat format
  -f {hashcat,john}, --output-format {hashcat,john}
                        Output format (default is "hashcat", "john" prepends usernames)
  --use-ldaps           Use LDAPS instead of LDAP
  --only-abuse          Ignore accounts that already have an SPN and focus on targeted Kerberoasting
  --no-abuse            Don't attempt targeted Kerberoasting

authentication & connection:
  --dc-ip ip address    IP Address of the domain controller or KDC (Key Distribution Center) for Kerberos. If omitted it will use the domain part (FQDN) specified in the identity parameter
  -d DOMAIN, --domain DOMAIN
                        (FQDN) domain to authenticate to
  -u USER, --user USER  user to authenticate with

secrets:
  -k, --kerberos        Use Kerberos authentication. Grabs credentials from .ccache file (KRB5CCNAME) based on target parameters. If valid credentials cannot be found, it will use the ones specified in the
                        command line
  --no-pass             don't ask for password (useful for -k)
  -p PASSWORD, --password PASSWORD
                        password to authenticate with
  -H [LMHASH:]NTHASH, --hashes [LMHASH:]NTHASH
                        NT/LM hashes, format is LMhash:NThash
  --aes-key hex key     AES key to use for Kerberos Authentication (128 or 256 bits)

नीचे एक उदाहरण है कि यह उपकरण क्या कर सकता है।

क्रेडिट और संदर्भ

Impacket के पीछे पूरी टीम और इसके योगदानकर्ताओं को क्रेडिट।

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