Skip to content

Commit

Permalink
upadate README regarding the ldap3 patches
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePirateWhoSmellsOfSunflowers committed May 30, 2023
1 parent 4fb2fce commit 732bf7c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,18 @@ enabled: True

Pywerview can print results in json format by using the `--json` switch.

### The case of LDAP Signing and LDAP Channel Binding

If you want to use pywerview against DCs that implment LDAP Signing and/or LDAP Channel Binding,
you need to install a forked version of the `ldap3` library. You can find this special version
[here](https://github.com/ThePirateWhoSmellsOfSunflowers/ldap3/tree/tls_cb_and_seal_for_ntlm).
This version adds [this PR](https://github.com/cannatag/ldap3/pull/1087) by
[@ThePirateWhoSmellsOfSunflowers](https://github.com/ThePirateWhoSmellsOfSunflowers)
and [this one](https://github.com/cannatag/ldap3/pull/1042) by [@CravateRouge](https://github.com/CravateRouge).

`pip install` this branch within your pywerview virtual env. You can check if your pywerview
installation uses the fork by enabling debug logging (`-l DEBUG`).

## TODO

* Many, many more PowerView functionalities to implement. I'll now focus on
Expand Down

0 comments on commit 732bf7c

Please sign in to comment.