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

25 lines
503 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

id: honeywell-scada-config
info:
name: Honeywell Scada System Information Disclosure
author: alperenkesk
severity: low
reference: https://www.exploit-db.com/exploits/44734
tags: scada,config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/web_caps/webCapsConfig"
matchers-condition: and
matchers:
- type: word
words:
- "DeviceSubClass"
- "IPAddress"
condition: and
- type: status
status:
- 200