Skip to content

Commit

Permalink
refactor: remove debug print statements for cleaner code
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 21, 2024
1 parent 1db353c commit d46aaad
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 168 deletions.
1 change: 1 addition & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ tcp_ports:
- 5432 # PostgreSQL
- 5672 # RabbitMQ
- 5900 # VNC
- 6002
- 6379 # Redis
- 6443 # Kubernetes API
- 7001 # WebLogic
Expand Down
198 changes: 100 additions & 98 deletions pkg/stage/assets/fingerprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@
"DCS-932L"
]
},
"dlink-nas": {
"type": "nas",
"manufacturer": "dlink",
"headers": [
"P3P: CP"
]
},
"dlink-router": {
"type": "router",
"manufacturer": "dlink",
Expand Down Expand Up @@ -1112,97 +1105,106 @@
"body":[
"www.74cms.com"
]
},
"alibaba-canal":{
"body":[
"(?i)Canal Admin"
]
},
"alibaba-nacos":{
"body":[
"(?i)nacos"
]
},
"apache-airflow":{
"body":[
"(?i)airflow"
]
},
"apache-ambari":{
"body":[
"(?i)ambari"
]
},
"apache-axis":{
"body":[
"(?i)axis"
]
},
"apache-druid":{
"body":[
"(?i)druid"
]
},
"apache-flink":{
"body":[
"(?i)flink"
]
},
"apache-nifi":{
"body":[
"(?i)nifi"
]
},
"apache-ofbiz":{
"headers":[
"Server: (?i)Apache-Coyote"
],
"body":[
"(?i)ofbiz"
]
},
"aspcms":{
"body":[
"(?i)aspcms"
]
},
"atlassian-confluence":{
"body":[
"(?i)atlassian-confluence"
]
},
"cacti":{
"body":[
"(?i)cacti"
]
},
"citrix":{
"body":[
"(?i)citrix"
]
},
"citrix-xenmobile":{
"body":[
"(?i)XenMobile"
]
},
"dlink-nas":{
"type": "nas",
"manufacturer": "dlink",
"body":[
"(?i)In order to access the ShareCenter"
]
},
"coldfusion":{
"body":[
"(?i)coldfusion"
]
},
"consul-service":{
"body":[
"(?)consul service"
]
}
},
"alibaba-canal":{
"body":[
"(?i)Canal Admin"
]
},
"alibaba-nacos":{
"body":[
"(?i)nacos"
]
},
"apache-airflow":{
"body":[
"(?i)airflow"
]
},
"apache-ambari":{
"body":[
"(?i)ambari"
]
},
"apache-axis":{
"body":[
"(?i)axis"
]
},
"apache-druid":{
"body":[
"(?i)druid"
]
},
"apache-flink":{
"body":[
"(?i)flink"
]
},
"apache-nifi":{
"body":[
"(?i)nifi"
]
},
"apache-ofbiz":{
"headers":[
"Server: (?i)Apache-Coyote"
],
"body":[
"(?i)ofbiz"
]
},
"aspcms":{
"body":[
"(?i)aspcms"
]
},
"atlassian-confluence":{
"body":[
"(?i)atlassian-confluence"
]
},
"cacti":{
"body":[
"(?i)cacti"
]
},
"citrix":{
"body":[
"(?i)citrix"
]
},
"citrix-xenmobile":{
"body":[
"(?i)XenMobile"
]
},
"dlink-nas":{
"type": "nas",
"manufacturer": "dlink",
"body":[
"(?i)In order to access the ShareCenter"
],
"headers": [
"P3P: CP"
]
},
"coldfusion":{
"body":[
"(?i)coldfusion"
]
},
"consul-service":{
"body":[
"(?)consul service"
]
},
"h5s-video":{
"body":[
"(?i)H5S CONSOLE"
]
}
}



Loading

0 comments on commit d46aaad

Please sign in to comment.