nuclei-templates/exposures/configs/honeywell-scada-config.yaml

25 lines
503 B
YAML
Raw Normal View History

2021-02-23 10:09:47 +00:00
id: honeywell-scada-config
info:
name: Honeywell Scada System Information Disclosure
author: alperenkesk
severity: low
reference: https://www.exploit-db.com/exploits/44734
2021-04-06 06:46:11 +00:00
tags: scada,config,exposure
2021-02-23 10:09:47 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/web_caps/webCapsConfig"
2021-02-23 11:10:16 +00:00
matchers-condition: and
2021-02-23 10:09:47 +00:00
matchers:
- type: word
words:
- "DeviceSubClass"
- "IPAddress"
condition: and
- type: status
status:
- 200