feat(ldap): 添加NTLM Hash认证支持 (#433)

This commit is contained in:
ZacharyZcR
2026-01-17 14:20:35 +08:00
parent 6031e6559b
commit 6fb6f85ee7
3 changed files with 87 additions and 0 deletions
+2
View File
@@ -396,6 +396,8 @@ start_scan:
# Format: {service}_{type} - type: credential/unauth/service/vuln
ldap_credential:
other: "LDAP {{.Arg1}} {{.Arg2}}:{{.Arg3}}"
ldap_hash_credential:
other: "LDAP {{.Arg1}} {{.Arg2}}\\{{.Arg3}} [Hash:{{.Arg4}}]"
ldap_service:
other: "LDAP {{.Arg1}} {{.Arg2}}"
kafka_credential:
+2
View File
@@ -396,6 +396,8 @@ start_scan:
# 格式: {service}_{type} - type: credential/unauth/service/vuln
ldap_credential:
other: "LDAP {{.Arg1}} {{.Arg2}}:{{.Arg3}}"
ldap_hash_credential:
other: "LDAP {{.Arg1}} {{.Arg2}}\\{{.Arg3}} [Hash:{{.Arg4}}]"
ldap_service:
other: "LDAP {{.Arg1}} {{.Arg2}}"
kafka_credential: