Quickly deploy an LDAP server with support for plaintext authentication usable for LDAP PassBack attacks.
- Clone the repository
vagrant up
- Choose your adapter (bridged mode)
vagrant ssh
and run the following command:
sudo tshark -i any -f "port 389" -Y "ldap.protocolOp == 0 && ldap.simple" -e ldap.name -e ldap.simple -Tjson 2> /dev/null
Based on pedrojosenavasperez/ldap-passback-docker work for docker.