nuclei-templates/technologies/xerox-workcentre-detect.yaml

29 lines
549 B
YAML
Raw Normal View History

2023-01-17 12:30:25 +00:00
id: xerox-workcentre-detect
info:
name: Xerox Workcentre Detect
author: pussycat0x
severity: info
metadata:
verified: true
shodan-query: title:"XEROX WORKCENTRE"
2023-01-17 15:00:35 +00:00
tags: tech,xerox,workcentre
2023-01-17 12:30:25 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/index.dhtml"
2023-01-17 15:00:35 +00:00
2023-01-17 12:30:25 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "XEROX WORKCENTRE"
- "/header.php?tab=status"
condition: and
- type: status
status:
- 200