mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-24 04:01:52 +08:00
feat(ldap): 添加NTLM Hash认证支持 (#433)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user