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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
ldap_shell — LDAP/LDAPS를 통한 Active Directory 열거 및 ACL 남용을 위한 대화형 셸. 보안 평가를 위해 DCSync, RBCD, Shadow Credentials, 비밀번호 변경 및 도메인 객체 조작을 지원합니다. | Kitploit
도구/GitHubGitHub/pshlyundin/ldap_shell
Privilege EscalationInformation GatheringPenetration TestingAuthentication
GitHubpshlyundin/ldap_shell

ldap_shell

LDAP/LDAPS를 통한 Active Directory 열거 및 ACL 남용을 위한 대화형 셸. 보안 평가를 위해 DCSync, RBCD, Shadow Credentials, 비밀번호 변경 및 도메인 객체 조작을 지원합니다.

저장소 보기
404545일 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

LDAP 셸

이 프로젝트는 Impacket의 ldap_shell을 포크한 것입니다. LDAP/LDAPS 프로토콜을 통해 Active Directory 열거 및 조작을 위한 대화형 셸을 제공하여 시스템 관리자와 보안 전문가 모두에게 유용합니다.

설치

이 도구들은 Python 3.5+에서만 호환됩니다. GitHub에서 리포지토리를 클론하고 의존성을 설치하면 바로 사용할 수 있습니다. pip로 설치:

root@kitploit:~
git clone https://github.com/PShlyundin/ldap_shell.git
cd ldap_shell
python3 -m pip install .

uv로 설치:

root@kitploit:~
uv venv
uv pip install .

사용법

연결 옵션

root@kitploit:~
# Basic authentication with password
ldap_shell domain.local/user:password

# Specify domain controller IP address
ldap_shell domain.local/user:password -dc-ip 192.168.1.2

# Authentication using NTLM hashes
ldap_shell domain.local/user -hashes aad3b435b51404eeaad3b435b51404ee:aad3b435b51404eeaad3b435b51404e1

# Kerberos authentication using TGT
export KRB5CCNAME=/home/user/ticket.ccache
ldap_shell -k -no-pass domain.local/user

기능

root@kitploit:~
Get Info
    dump [output_dir] - Dumps the domain
    get_group_users group - Get all users in a group
    get_laps_gmsa [target] - Retrieves LAPS and GMSA passwords associated with a given account (sAMAccountName) or for all. Supported LAPS 2.0
    get_maq [user] - Get Machine Account Quota and allowed users
    get_user_groups user - Retrieves all groups recursively this user is a member of
    search ldap_filter [attributes] - Search AD objects

Abuse ACL
    add_user_to_group user group - Add a user to a group
    change_password user [password] - Attempt to change a given user's password. Requires LDAPS.
    clear_rbcd target [grantee] - Clear RBCD permissions for a target computer
    dacl_modify target grantee action mask - Modify DACL entries for target object
    del_dcsync target - Remove DCSync rights from user/computer by deleting ACEs in domain DACL
    del_user_from_group user group - Delete a user from a group
    get_ntlm target - Get NTLM hash using Shadow Credentials attack (requires write access to msDS-KeyCredentialLink)
    set_dcsync target - If you have write access to the domain object, assign the DS-Replication right to the selected user
    set_dontreqpreauth target flag - Targeted AsRepRoast attack. Set or unset DONT_REQUIRE_PREAUTH flag for a target user.
    set_genericall target [grantee] - Set GenericAll permissions for a target object
    set_owner target [grantee] - Set new owner for target object
    set_rbcd target grantee - Configure RBCD permissions for a target computer
    set_spn target action [spn] - List, add or delete SPN for a target object

Misc
    add_computer computer_name [password] [target_dn] - Add a new computer account to the domain
    add_group group_name [target_dn] - Add new group to Active Directory
    add_user username [password] [target_dn] - Add a new user account to the domain
    del_computer computer_name - Delete a computer account from the domain
    del_group group_name - Delete group from Active Directory
    del_user username - Delete a user account from the domain
    disable_account username - Disable a user account in the domain
    enable_account username - Enable a user account in the domain
    start_tls  - Start TLS connection with LDAP server
    switch_user username [password] - Switch current user to another

Other
    help [command] - Show help
exit - exit from shell

라이선스

Apache License 2.0

저자

  • Riocool
  • 내 텔레그램 채널

크레딧

  • Impacket
  • saber-nyan
도구 다운로드