Skip to content

Commit

Permalink
Merge pull request #25 from zcyberseclab/dev_add_dss
Browse files Browse the repository at this point in the history
feat:Add new fgs
  • Loading branch information
zcyberseclab authored Dec 3, 2024
2 parents b27bc26 + 4b9ecd5 commit 4644451
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
35 changes: 35 additions & 0 deletions pkg/stage/assets/fingerprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1504,5 +1504,40 @@
"body": [
"文件索引"
]
},
"ajreport": {
"body": [
"(?i)AJ-Report"
]
},
"dahua-icc": {
"body": [
"客户端会小于800"
]
},
"doccms": {
"body": [
"(?i)doccms"
]
},
"dongsheng": {
"body": [
"东胜伟业软件"
]
},
"easycvr": {
"body": [
"(?i)EasyCVR"
]
},
"dptech": {
"body": [
"dptech"
]
},
"edushow": {
"body": [
"(?i)EduSoho"
]
}
}
4 changes: 4 additions & 0 deletions tempCodeRunnerFile.python
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import requests

r = requests.get("http://202.111.183.234:6443")
print(r.status_code)

0 comments on commit 4644451

Please sign in to comment.