Skip to content

Commit 23e0ab5

Browse files
committed
Add docs
1 parent d9c944e commit 23e0ab5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/metasploit-framework.wiki/Metasploit-Guide-LDAP.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ use auxiliary/gather/ldap_query
3434
run rhost=192.168.123.13 [email protected] password=p4$$w0rd action=ENUM_ACCOUNTS
3535
```
3636

37+
Alternatively, the URI syntax can be used:
38+
39+
```
40+
use auxiliary/gather/ldap_query
41+
run ldap://domain.local;Administrator:[email protected]/dc=domain,dc=local action=ENUM_ACCOUNTS
42+
```
43+
3744
Example output:
3845

3946
```msf

docs/metasploit-framework.wiki/Metasploit-Guide-Setting-Module-Options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ The following protocols are currently supported, and described in more detail be
124124
- file - Load a series of RHOST values separated by newlines from a file. This file can also include URI strings
125125
- http
126126
- https
127+
- ldap
128+
- ldaps
127129
- mysql
128130
- postgres
129131
- smb

0 commit comments

Comments
 (0)