Skip to content

Commit

Permalink
Adding information about godap & ldapx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Macmod committed Dec 17, 2024
1 parent 66f1e65 commit c9ba4f2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Binary file added .gitbook/assets/godap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/ldapx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion network-services-pentesting/pentesting-ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,19 @@ By default is is installed in: _/opt/jxplorer_

### Godap

You can access it in [https://github.com/Macmod/godap](https://github.com/Macmod/godap)
Godap is an interactive terminal user interface for LDAP that can be used to interact with objects and attributes in AD and other LDAP servers. It is available for Windows, Linux and MacOS and supports simple binds, pass-the-hash, pass-the-ticket & pass-the-cert, along with several other specialized features such as searching/creating/changing/deleting objects, adding/removing users from groups, changing passwords, editing object permissions (DACLs), modifying Active-Directory Integrated DNS (ADIDNS), exporting to JSON files, etc.

![](<../.gitbook/assets/godap.png>)

You can access it in [https://github.com/Macmod/godap](https://github.com/Macmod/godap). For usage examples and instructions read the [Wiki](https://github.com/Macmod/godap/wiki).

### Ldapx

Ldapx is a flexible LDAP proxy that can be used to inspect & transform LDAP traffic from other tools. It can be used to obfuscate LDAP traffic to attempt to bypass identity protection & LDAP monitoring tools and implements most of the methods presented in the [MaLDAPtive](https://www.youtube.com/watch?v=mKRS5Iyy7Qo) talk.

![](<../.gitbook/assets/ldapx.png>)

You can get it from [https://github.com/Macmod/ldapx](https://github.com/Macmod/ldapx).

## Authentication via kerberos

Expand Down

0 comments on commit c9ba4f2

Please sign in to comment.