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

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

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

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

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

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
Cable — .नेट पोस्ट-एक्सप्लॉइटेशन टूलकिट जो Active Directory की रिकॉनिसेंस और एक्सप्लॉइटेशन के लिए है। | Kitploit
उपकरण/GitHubGitHub/logangoins/cable
विशेषाधिकार वृद्धिटोहीपासवर्ड हमलेस्थायित्व तंत्रशोषणपार्श्व आंदोलनकॉन्फ़िगरेशन ऑडिटिंगपोस्ट-शोषणपेनिट्रेशन टेस्टिंगपहचान और एक्सेस प्रबंधन (IAM)प्रमाणीकरण
402441 साल पहलेKitploit द्वारा समीक्षित

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

सभी देखें →

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

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

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

सभी उपकरण देखें →
साझा करें
GitHub
logangoins/cable

Cable

.नेट पोस्ट-एक्सप्लॉइटेशन टूलकिट जो Active Directory की रिकॉनिसेंस और एक्सप्लॉइटेशन के लिए है।

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

Cable

Cable एक पोस्ट-एक्सप्लॉइटेशन टूल है, जिसका उपयोग Active Directory वातावरण की टोह लेने और Discretionary Access Control List (DACL) पर केंद्रित शोषण करने के लिए किया जाता है। यह टूल मुख्य रूप से Active Directory संदर्भ में .NET आक्रामक विकास के बारे में अधिक सीखने के लिए बनाया गया था, साथ ही Active Directory पर केंद्रित आक्रामक सुरक्षा के अपने वर्तमान ज्ञान और समझ का विस्तार करने की उम्मीद के साथ।

उपयोग

root@kitploit:~
 ________  ________  ________  ___       _______
|\   ____\|\   __  \|\   __  \|\  \     |\  ___ \
\ \  \___|\ \  \|\  \ \  \|\ /\ \  \    \ \   __/|
 \ \  \    \ \   __  \ \   __  \ \  \    \ \  \_|/__
  \ \  \____\ \  \ \  \ \  \|\  \ \  \____\ \  \_|\ \
   \ \_______\ \__\ \__\ \_______\ \_______\ \_______\
    \|_______|\|__|\|__|\|_______|\|_______|\|_______|

.NET post-exploitation toolkit for Active Directory reconnaissance and exploitation

Cable.exe [Module]
Modules:
        ldap [Options]            - Enumerate LDAP
        dclist                    - List Domain Controllers in the current Domain
        rbcd [Options]            - Write or remove the msDs-AllowedToActOnBehalfOfOtherIdentity attribute
        dacl [Options]            - Read or write Access Control Entries (ACE)s on an object
        trusts                    - Enumerate Active Directory Domain and Forest Trusts
        ca                        - Enumerate any active Active Directory Certifcate Services (ADCS) CA's
        templates                 - Enumerate Active Directory Certificate Services (ADCS) Templates
        user [Options]            - Preform general operations on user accounts
        computer [Options]        - Add and remove computer accounts from the domain
        group [Options]           - Enumerate group membership, add, and remove users from groups

Module Options
ldap:
        /users                    - Enumerate user objects
        /computers                - Enumerate computer objects
        /groups                   - Enumerate group objects
        /spns                     - Enumerate objects with servicePrincipalName set
        /asrep                    - Enumerate accounts that do not require Kerberos pre-authentication
        /admins                   - Enumerate accounts with adminCount set to 1
        /constrained              - Enumerate accounts with msDs-AllowedToDelegateTo set
        /unconstrained            - Enumerate accounts with the TRUSTED_FOR_DELEGATION flag set
        /rbcd                     - Enumerate accounts with msDs-AllowedToActOnBehalfOfOtherIdentity set
        /query:<query>            - Enumerate objects with a custom query
        /filter:"<attr, attr>"    - Enumerate objects for specific attributes

rbcd:
        /write                    - Operation to write msDs-AllowedToActOnBehalfOfOtherIdentity
        /delegate-to:<account>    - Target account to delegate access to
        /delegate-from:<account>  - Controlled account to delegate from
        /flush:<account>          - Operation to flush msDs-AllowedToActOnBehalfOfOtherIdentity on an account

dacl:
        /find                     - Find potentially vulnerable ACEs
        /object:<object>          - Object to perform DACL operations on
        /read                     - Operation to read the objects Access Control Entries (ACE)s
        /write:<permission>       - Write a ACE on the selected object, built in permissions are: GenericAll,GenericWrite,User-Force-Reset-Password,Self-Membership
        /guid:<guid>              - Specify custom GUID for permission or extended right to write on the object, alternative for "--write"
        /account:<account>        - Display access an account has on the target object, or set access to this account on the target object. Example: CORP\jdoe

user:
        /setspn:<value>           - Write to an objects servicePrincipalName attribute
        /removespn:<value>        - Remove a specified value off the servicePrincipalName attribute
        /setasrep                 - Operation to set the DONT_REQ_PREAUTH flag on an objects userAccountControl attribute
        /removeasrep              - Operation to remove the DONT_REQ_PREAUTH flag on an objects userAccountControl attribute
        /user:<account>           - Specify user account to preform operations on
        /password:<password>      - Change an accounts password
        /getgroups                - Operation to enumerate a users current group membership

computer:
        /add                      - Operation to add a computer account object
        /remove                   - Operation to delete a computer account object
        /name:<name>              - Computer name to add or remove
        /password:<passwd>        - Computer account password

group:
        /group:<group>            - The group used for an operation specified
        /add:<account>            - Add a specified account to the group selected
        /remove:<account>         - Remove a specified account from the group selected
        /getusers                 - Operation to enumerate current users in a group

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