Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Cable — .NET 포스트 익스플로잇 툴킷 — Active Directory 정찰 및 익스플로잇용 | Kitploit
도구/GitHubGitHub/logangoins/cable
Privilege EscalationReconnaissancePassword AttacksPersistence MechanismsExploitationLateral MovementConfiguration AuditingPost-ExploitationPenetration TestingIdentity & Access Management (IAM)Authentication
402441년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
GitHub
logangoins/cable

Cable

.NET 포스트 익스플로잇 툴킷 — Active Directory 정찰 및 익스플로잇용

저장소 보기

Cable

Cable은 Active Directory 환경에서 정찰 및 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

도구 다운로드