forked from rapid7/metasploit-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to an enum option for the signing
- Loading branch information
1 parent
6d915db
commit 69d603e
Showing
11 changed files
with
120 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -215,16 +215,15 @@ msf6 auxiliary(gather/ldap_query) > show options | |
Module options (auxiliary/gather/ldap_query): | ||
Name Current Setting Required Description | ||
---- --------------- -------- ----------- | ||
BASE_DN no LDAP base DN if you already have it | ||
DOMAIN no The domain to authenticate to | ||
OUTPUT_FORMAT table yes The output format to use (Accepted: csv, table, json) | ||
PASSWORD thePassword123 no The password to authenticate with | ||
REQUIRE_SIGNING true yes Use signed and encrypted LDAP | ||
RHOSTS 172.27.51.83 yes The target host(s), see https://docs.metasploit.com/docs/using-metasploit/basics/using-metasploit.html | ||
RPORT 389 yes The target port | ||
SSL false no Enable SSL on the LDAP connection | ||
USERNAME [email protected] no The username to authenticate with | ||
---- --------------- -------- ----------- | ||
BASE_DN no LDAP base DN if you already have it | ||
DOMAIN no The domain to authenticate to | ||
OUTPUT_FORMAT table yes The output format to use (Accepted: csv, table, json) | ||
PASSWORD thePassword123 no The password to authenticate with | ||
RHOSTS 172.27.51.83 yes The target host(s), see https://docs.metasploit.com/docs/using-metasploit/basics/using-metasploit.html | ||
RPORT 389 yes The target port | ||
SSL false no Enable SSL on the LDAP connection | ||
USERNAME [email protected] no The username to authenticate with | ||
When ACTION is RUN_QUERY_FILE: | ||
|
@@ -242,7 +241,6 @@ Module options (auxiliary/gather/ldap_query): | |
QUERY_FILTER no Filter to send to the target LDAP server to perform the query | ||
Auxiliary action: | ||
Name Description | ||
---- ----------- | ||
RUN_QUERY_FILE Execute a custom set of LDAP queries from the JSON or YAML file specified by QUERY_FILE. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.