Update README.md

This commit is contained in:
XiaoliChan 2022-09-23 00:27:28 +08:00 committed by GitHub
parent a7b29f6241
commit 8e0f5e0262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 43 additions and 1 deletions

View File

@ -1,2 +1,44 @@
# LDAPShell
A wrapper of ldap_shell.py module which in ntlmrelayx
A wrapper of ldap_shell.py module which in ntlmrelayx.
## Table of content
* [Overview](#Overview)
* [Menu](#Menu)
* [Screenshots](#Screenshots)
* [References](#References)
### 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](https://user-images.githubusercontent.com/30458572/191799247-fd945d69-2b8a-4536-8326-4db07b1076e7.png)
- Switch to TLS
![image](https://user-images.githubusercontent.com/30458572/191800140-f0719161-88e8-4607-8ac2-bcb4a39d4b19.png)
- Add computer account and check if it exists
![image](https://user-images.githubusercontent.com/30458572/191800874-3cf1079c-35a4-4d53-bcc9-27d9939d00f5.png)
### References
- [impacket](https://github.com/SecureAuthCorp/impacket)