Go to file
XiaoliChan 1bfbf8fc8e initial commit 2022-09-23 00:29:06 +08:00
__pycache__ initial commit 2022-09-23 00:29:06 +08:00
utils initial commit 2022-09-23 00:29:06 +08:00
README.md Update README.md 2022-09-23 00:27:28 +08:00
ldapsearch-test.py initial commit 2022-09-23 00:29:06 +08:00
ldapshell.py initial commit 2022-09-23 00:29:06 +08:00

README.md

LDAPShell

A wrapper of ldap_shell.py module which in ntlmrelayx.

Table of content

Overview

LDAP cli from ntlmrelayx, use to break active directory remotely.

Menu

  • add_computer
  • rename_computer
  • add_user
  • add_user_to_group
  • change_password
  • clear_rbcd
  • disable_account
  • enable_account
  • dump
  • search
  • get_user_groups
  • get_group_users
  • get_laps_password
  • grant_control
  • set_dontreqpreauth
  • set_rbcd
  • start_tls
  • write_gpo_dacl

Screenshots

  • Login into ldap
    image

  • Switch to TLS
    image

  • Add computer account and check if it exists
    image

References