fix: Elasticsearch未授权检测优先于爆破 (#554)

This commit is contained in:
ZacharyZcR
2026-01-13 23:20:08 +08:00
parent fc4a2315e4
commit 98c6ec3e2f
3 changed files with 17 additions and 1 deletions
+2
View File
@@ -438,6 +438,8 @@ mongodb_auth_required:
other: "MongoDB {{.Arg1}} Authentication required"
elasticsearch_credential:
other: "Elasticsearch {{.Arg1}} {{.Arg2}}:{{.Arg3}}"
elasticsearch_unauth:
other: "Elasticsearch {{.Arg1}} Unauthorized access"
elasticsearch_service:
other: "Elasticsearch {{.Arg1}} {{.Arg2}}"
mysql_credential:
+2
View File
@@ -438,6 +438,8 @@ mongodb_auth_required:
other: "MongoDB {{.Arg1}} 需要认证"
elasticsearch_credential:
other: "Elasticsearch {{.Arg1}} {{.Arg2}}:{{.Arg3}}"
elasticsearch_unauth:
other: "Elasticsearch {{.Arg1}} 未授权访问"
elasticsearch_service:
other: "Elasticsearch {{.Arg1}} {{.Arg2}}"
mysql_credential: