Skip to content

Commit

Permalink
Merge pull request #19825 from adfoster-r7/add-documentation-for-ldap…
Browse files Browse the repository at this point in the history
…-test-system

Add documentation for ldap test system
  • Loading branch information
jheysel-r7 authored Jan 23, 2025
2 parents 3131b6b + 4767f5e commit 1939257
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test/ldap/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Usage

Building:

```
docker compose build
docker compose up
```

The system should be available on `127.0.0.1:389` and `127.0.0.1:636` - with the creds `Administrator:admin123!` and `DEV-AD` as the domain.

Example of running a wih a Metasploit module:

```msf
msf6 auxiliary(scanner/ldap/ldap_login) > run rhost=127.0.0.1 username=DEV-AD\\Administrator password=admin123! CreateSession=true
...
msf6 auxiliary(scanner/ldap/ldap_login) > sessions -i -1
[*] Starting interaction with 1...
LDAP (127.0.0.1) >
```

0 comments on commit 1939257

Please sign in to comment.