Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 387 Bytes

LDAP-Injection-Vuln-App

What's LDAP Injection

LDAP injection

Introduction

Run LDAP Server

$ docker run -p 389:389 --name openldap-container --detach osixia/openldap:1.2.2

Run LDAP Client

$ docker build -t ldap-client-container .
$ docker run --link openldap-container -p 8888:80 ldap-client-container