Skip to content

Commit 50edfae

Browse files
author
jenkins-metasploit
committed
automatic module_metadata_base.json update
1 parent 413c193 commit 50edfae

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

db/modules_metadata_base.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53965,6 +53965,53 @@
5396553965
}
5396653966
]
5396753967
},
53968+
"auxiliary_server/relay/smb_to_ldap": {
53969+
"name": "Microsoft Windows SMB to LDAP Relay",
53970+
"fullname": "auxiliary/server/relay/smb_to_ldap",
53971+
"aliases": [],
53972+
"rank": 300,
53973+
"disclosure_date": null,
53974+
"type": "auxiliary",
53975+
"author": [
53976+
"Spencer McIntyre",
53977+
"Christophe De La Fuente"
53978+
],
53979+
"description": "This module supports running an SMB server which validates credentials, and\n then attempts to execute a relay attack against an LDAP server on the\n configured RELAY_TARGETS hosts.\n\n It is not possible to relay NTLMv2 to LDAP due to the Message Integrity Check\n (MIC). As a result, this will only work with NTLMv1. The module takes care of\n removing the relevant flags to bypass signing.\n\n If the relay succeeds, an LDAP session to the target will be created. This can\n be used by any modules that support LDAP sessions, like `admin/ldap/rbcd` or\n `auxiliary/gather/ldap_query`.\n\n Supports SMBv2, SMBv3, and captures NTLMv1 as well as NTLMv2 hashes.\n SMBv1 is not supported - please see https://github.com/rapid7/metasploit-framework/issues/16261",
53980+
"references": [],
53981+
"platform": "",
53982+
"arch": "",
53983+
"rport": 389,
53984+
"autofilter_ports": [],
53985+
"autofilter_services": [],
53986+
"targets": null,
53987+
"mod_time": "2025-03-13 15:24:23 +0000",
53988+
"path": "/modules/auxiliary/server/relay/smb_to_ldap.rb",
53989+
"is_install_path": true,
53990+
"ref_name": "server/relay/smb_to_ldap",
53991+
"check": false,
53992+
"post_auth": false,
53993+
"default_credential": false,
53994+
"notes": {
53995+
"Stability": [
53996+
"crash-safe"
53997+
],
53998+
"Reliability": [
53999+
"repeatable-session"
54000+
],
54001+
"SideEffects": [
54002+
"ioc-in-logs",
54003+
"account-lockouts"
54004+
]
54005+
},
54006+
"session_types": false,
54007+
"needs_cleanup": false,
54008+
"actions": [
54009+
{
54010+
"name": "CREATE_LDAP_SESSION",
54011+
"description": "Create an LDAP session"
54012+
}
54013+
]
54014+
},
5396854015
"auxiliary_server/socks_proxy": {
5396954016
"name": "SOCKS Proxy Server",
5397054017
"fullname": "auxiliary/server/socks_proxy",

0 commit comments

Comments
 (0)