Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/noraj/ldap-passback-vagrant
- Owner: noraj
- License: gpl-3.0
- Created: 2023-09-20T12:07:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-20T12:13:42.000Z (over 1 year ago)
- Last Synced: 2024-11-07T10:49:09.797Z (about 2 months ago)
- Topics: ldap, passback-attack, vagrant
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.