2021-02-23 10:09:47 +00:00
|
|
|
id: honeywell-scada-config
|
|
|
|
|
|
|
|
info:
|
2022-01-25 19:38:53 +00:00
|
|
|
name: Honeywell Scada System Information Disclosure
|
2021-02-23 10:09:47 +00:00
|
|
|
author: alperenkesk
|
|
|
|
severity: low
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/44734
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: scada,config,exposure,edb
|
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:
|
2022-01-25 19:38:53 +00:00
|
|
|
- 200
|