Skip to content

Commit

Permalink
Auto Update FingerPrint [Thu Aug 17 12:25:16 UTC 2023] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 17, 2023
1 parent abbad76 commit 3be08d6
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 32 deletions.
2 changes: 2 additions & 0 deletions plugins/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ kingdee:
- - kingdee
kkfileview:
- - kkFileView
kong:
- - kong
kubernetes:
- - kubernetes
- - k8
Expand Down
64 changes: 32 additions & 32 deletions web_fingerprint/kong.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: kong
priority: 3
nuclei_tags:
- - kong
fingerprint:
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers:
Server: kong
keyword: []
favicon_hash: []
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers:
via: kong
keyword: []
favicon_hash: []
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers:
X-Kong-Response-Latency:
keyword: []
favicon_hash: []
name: kong
priority: 3
nuclei_tags:
- - kong
fingerprint:
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers:
Server: kong
keyword: []
favicon_hash: []
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers:
via: kong
keyword: []
favicon_hash: []
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers:
X-Kong-Response-Latency: None
keyword: []
favicon_hash: []
39 changes: 39 additions & 0 deletions web_fingerprint_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19309,6 +19309,45 @@
"priority": 3,
"name": "kolab"
},
{
"path": "/",
"request_method": "get",
"request_headers": {},
"request_data": "",
"status_code": 0,
"headers": {
"Server": "kong"
},
"keyword": [],
"priority": 3,
"name": "kong"
},
{
"path": "/",
"request_method": "get",
"request_headers": {},
"request_data": "",
"status_code": 0,
"headers": {
"via": "kong"
},
"keyword": [],
"priority": 3,
"name": "kong"
},
{
"path": "/",
"request_method": "get",
"request_headers": {},
"request_data": "",
"status_code": 0,
"headers": {
"X-Kong-Response-Latency": "None"
},
"keyword": [],
"priority": 3,
"name": "kong"
},
{
"path": "/",
"request_method": "get",
Expand Down
42 changes: 42 additions & 0 deletions web_fingerprint_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -20841,6 +20841,48 @@
"priority": 3,
"name": "kolab"
},
{
"path": "/",
"request_method": "get",
"request_headers": {},
"request_data": "",
"status_code": 0,
"headers": {
"Server": "kong"
},
"keyword": [],
"favicon_hash": [],
"priority": 3,
"name": "kong"
},
{
"path": "/",
"request_method": "get",
"request_headers": {},
"request_data": "",
"status_code": 0,
"headers": {
"via": "kong"
},
"keyword": [],
"favicon_hash": [],
"priority": 3,
"name": "kong"
},
{
"path": "/",
"request_method": "get",
"request_headers": {},
"request_data": "",
"status_code": 0,
"headers": {
"X-Kong-Response-Latency": "None"
},
"keyword": [],
"favicon_hash": [],
"priority": 3,
"name": "kong"
},
{
"path": "/",
"request_method": "get",
Expand Down

0 comments on commit 3be08d6

Please sign in to comment.