Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noraj/ldap-passback-vagrant

Quickly deploy an LDAP server with support for plaintext authentication usable for LDAP PassBack attacks.
https://github.com/noraj/ldap-passback-vagrant

ldap passback-attack vagrant

Last synced: about 11 hours ago
JSON representation

Quickly deploy an LDAP server with support for plaintext authentication usable for LDAP PassBack attacks.

Awesome Lists containing this project

README

        

# ldap-passback-vagrant

Quickly deploy an LDAP server with support for plaintext authentication usable for LDAP PassBack attacks.

## Deploy & run

1. Clone the repository
2. `vagrant up`
3. Choose your adapter (bridged mode)
4. `vagrant ssh` and run the following command:

```bash
sudo tshark -i any -f "port 389" -Y "ldap.protocolOp == 0 && ldap.simple" -e ldap.name -e ldap.simple -Tjson 2> /dev/null
```

## Credits

Based on [pedrojosenavasperez/ldap-passback-docker](https://github.com/pedrojosenavasperez/ldap-passback-docker) work for docker.