Skip to content

NeuraLegion/LDAP-Injection-Vuln-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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