Skip to content

Commit

Permalink
Auto Update FingerPrint [Fri Jun 17 06:57:40 UTC 2022] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 17, 2022
1 parent b7885b4 commit f8ef828
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 22 deletions.
45 changes: 23 additions & 22 deletions web_fingerprint/f5-big-ip.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name: f5-big-ip
priority: 3
nuclei_tags:
- - bigip
fingerprint:
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers: {}
keyword:
- content="F5 Networks, Inc."
favicon_hash: []
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers: {"set-cookie":"BIGipServerpool"}
keyword: []
favicon_hash: []
name: f5-big-ip
priority: 3
nuclei_tags:
- - bigip
fingerprint:
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers: {}
keyword:
- content="F5 Networks, Inc."
favicon_hash: []
- path: /
request_method: get
request_headers: {}
request_data: ''
status_code: 0
headers:
set-cookie: BIGipServerpool
keyword: []
favicon_hash: []
13 changes: 13 additions & 0 deletions web_fingerprint_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10874,6 +10874,19 @@
"priority": 3,
"name": "f5-big-ip"
},
{
"path": "/",
"request_method": "get",
"request_headers": {},
"request_data": "",
"status_code": 0,
"headers": {
"set-cookie": "BIGipServerpool"
},
"keyword": [],
"priority": 3,
"name": "f5-big-ip"
},
{
"path": "/",
"request_method": "get",
Expand Down
14 changes: 14 additions & 0 deletions web_fingerprint_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11713,6 +11713,20 @@
"priority": 3,
"name": "f5-big-ip"
},
{
"path": "/",
"request_method": "get",
"request_headers": {},
"request_data": "",
"status_code": 0,
"headers": {
"set-cookie": "BIGipServerpool"
},
"keyword": [],
"favicon_hash": [],
"priority": 3,
"name": "f5-big-ip"
},
{
"path": "/",
"request_method": "get",
Expand Down

0 comments on commit f8ef828

Please sign in to comment.