Skip to content

noraj/ldap-passback-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ldap-passback-docker

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

Usage

  1. Clone the repository
  2. Build docker image with the following command:
docker build -t ldap-passback .
  1. Start the container with the following command:
docker run --rm -ti -p 389:389 ldap-passback
  1. Enjoy capturing credentials using passback attacks :D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 76.2%
  • Shell 23.8%