Skip to content

Commit 1939257

Browse files
authored
Merge pull request #19825 from adfoster-r7/add-documentation-for-ldap-test-system
Add documentation for ldap test system
2 parents 3131b6b + 4767f5e commit 1939257

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

test/ldap/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Usage
2+
3+
Building:
4+
5+
```
6+
docker compose build
7+
docker compose up
8+
```
9+
10+
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.
11+
12+
Example of running a wih a Metasploit module:
13+
14+
```msf
15+
msf6 auxiliary(scanner/ldap/ldap_login) > run rhost=127.0.0.1 username=DEV-AD\\Administrator password=admin123! CreateSession=true
16+
...
17+
msf6 auxiliary(scanner/ldap/ldap_login) > sessions -i -1
18+
[*] Starting interaction with 1...
19+
20+
LDAP (127.0.0.1) >
21+
```

0 commit comments

Comments
 (0)