Update CVE-2022-26263.yaml
parent
d9e5fec8e2
commit
fb1ba83213
|
@ -13,7 +13,7 @@ info:
|
|||
cve-id: CVE-2022-26263
|
||||
metadata:
|
||||
google-dork: inurl:/u8sl/WebHelp
|
||||
tags: xss,yonyou,cve,cve2022
|
||||
tags: cve,cve2022,xss,yonyou
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
|
@ -24,18 +24,18 @@ requests:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<FRAME SRC='Welcome.htm' name='bsscright' scrolling='yes'>"
|
||||
- "<META NAME=\"generator\" CONTENT=\"RoboHELP by eHelp Corporation www.ehelp.com\">"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<FRAME SRC='Welcome.htm' name='bsscright' scrolling='yes'>"
|
||||
- "<META NAME=\"generator\" CONTENT=\"RoboHELP by eHelp Corporation www.ehelp.com\">"
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue