From a59448cd985f1f0d85f2fd91890451abc63f717d Mon Sep 17 00:00:00 2001 From: luoyi <1023583830@qq.com> Date: Fri, 29 Nov 2024 14:27:42 +0800 Subject: [PATCH] feat:Add 'cdg' 'chanjet' 'bytevalue' fingerprints --- config/config.yaml | 2 ++ pkg/stage/assets/fingerprints.json | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 1fdee8f..24c7c34 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -83,6 +83,7 @@ tcp_ports: - 8082 # HTTP Alternate - 8083 # HTTP Alternate - 8084 # HTTP Alternate + - 8088 - 8089 - 8090 # HTTP Alternate - 8111 @@ -105,6 +106,7 @@ tcp_ports: - 9200 # Elasticsearch HTTP - 9300 # Elasticsearch Transport - 9666 + - 9999 - 10000 # Network Data Management - 10080 # TiDB - 11211 # Memcached diff --git a/pkg/stage/assets/fingerprints.json b/pkg/stage/assets/fingerprints.json index d8da3fb..a715057 100644 --- a/pkg/stage/assets/fingerprints.json +++ b/pkg/stage/assets/fingerprints.json @@ -1473,7 +1473,20 @@ "body": [ "(?i)smart" ] + }, + "bytevalue": { + "body": [ + "(?i)BYTEVALUE" + ] + }, + "chanjet": { + "body": [ + "(?i)chanjet.com" + ] + }, + "cdg": { + "body": [ + "(?i)CDGServer" + ] } -} - - \ No newline at end of file +} \ No newline at end of file