Skip to content

Commit

Permalink
Merge pull request #26 from zcyberseclab/def_add_fg_fw
Browse files Browse the repository at this point in the history
feat:Add & modify fingerprints
  • Loading branch information
superway117 authored Dec 5, 2024
2 parents 4644451 + e06e1d3 commit eb47daf
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion pkg/stage/assets/fingerprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1250,12 +1250,16 @@
},
"eoffice": {
"body": [
"(?i)eoffice"
"(?i)eoffice",
"海泰key验证"
]
},
"ecology": {
"body": [
"(?i)ecology"
],
"headers": [
"Set-Cookie: ecology"
]
},
"ecshop": {
Expand Down Expand Up @@ -1539,5 +1543,25 @@
"body": [
"(?i)EduSoho"
]
},
"datacube3": {
"body": [
"(?i)DataCube3"
]
},
"ebridge": {
"body": [
"泛微云桥e-Bridge"
]
},
"emessage": {
"body": [
"emessage"
]
},
"emobile": {
"body": [
"移动管理平台"
]
}
}

0 comments on commit eb47daf

Please sign in to comment.