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 7de381d..adae61b 100644 --- a/pkg/stage/assets/fingerprints.json +++ b/pkg/stage/assets/fingerprints.json @@ -1473,5 +1473,20 @@ "body": [ "(?i)smart" ] + }, + "bytevalue": { + "body": [ + "(?i)BYTEVALUE" + ] + }, + "chanjet": { + "body": [ + "(?i)chanjet.com" + ] + }, + "cdg": { + "body": [ + "(?i)CDGServer" + ] } } \ No newline at end of file