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