We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3131b6b + 4767f5e commit 1939257Copy full SHA for 1939257
test/ldap/README.md
@@ -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