Update CVE-2022-33174.yaml
parent
4e7cccb05b
commit
0f909e8212
|
@ -9,7 +9,10 @@ info:
|
||||||
reference:
|
reference:
|
||||||
- https://gynvael.coldwind.pl/?lang=en&id=748
|
- https://gynvael.coldwind.pl/?lang=en&id=748
|
||||||
- https://nvd.nist.gov/vuln/detail/CVE-2022-33174
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-33174
|
||||||
tags: cve,cve2022,powertek,auth
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: http.html:"Powertek"
|
||||||
|
tags: cve,cve2022,powertek,auth-bypass
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- raw:
|
- raw:
|
||||||
|
@ -29,3 +32,11 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
group: 1
|
||||||
|
regex:
|
||||||
|
- '<sys\.passwd>([A-Z0-9a-z]+)<\/sys\.passwd>'
|
||||||
|
- '<sys\.su\.name>([a-z]+)<\/sys\.su\.name>'
|
||||||
|
|
Loading…
Reference in New Issue