Skip to content

Commit

Permalink
Merge pull request #18 from zcyberseclab/dev_add_fgs
Browse files Browse the repository at this point in the history
feat:Add 'cdg' 'chanjet' 'bytevalue' fingerprints
  • Loading branch information
zcyberseclab authored Nov 29, 2024
2 parents 1101560 + a59448c commit d926f4f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ tcp_ports:
- 8082 # HTTP Alternate
- 8083 # HTTP Alternate
- 8084 # HTTP Alternate
- 8088
- 8089
- 8090 # HTTP Alternate
- 8111
Expand All @@ -105,6 +106,7 @@ tcp_ports:
- 9200 # Elasticsearch HTTP
- 9300 # Elasticsearch Transport
- 9666
- 9999
- 10000 # Network Data Management
- 10080 # TiDB
- 11211 # Memcached
Expand Down
15 changes: 15 additions & 0 deletions pkg/stage/assets/fingerprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1473,5 +1473,20 @@
"body": [
"(?i)smart"
]
},
"bytevalue": {
"body": [
"(?i)BYTEVALUE"
]
},
"chanjet": {
"body": [
"(?i)chanjet.com"
]
},
"cdg": {
"body": [
"(?i)CDGServer"
]
}
}

0 comments on commit d926f4f

Please sign in to comment.