nuclei-templates/misconfiguration/spidercontrol-scada-server-...

34 lines
901 B
YAML

id: spidercontrol-scada-server-info
info:
name: SpiderControl SCADA Web Server - Sensitive Information Exposure
author: geeknik
severity: high
description: SpiderControl SCADA Web Server is vulnerable to sensitive information exposure. Numerous, market-leading OEM manufacturers - from a wide variety of industries - rely on SpiderControl.
reference:
- https://spidercontrol.net/spidercontrol-inside/
tags: spidercontrol,scada,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/cgi-bin/GetSrvInfo.exe'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "powered by SpiderControl"
- "LSWEBSERVER"
- "SCWEBSERVICES"
condition: and
extractors:
- type: kval
part: header
kval:
- Server
# Enhanced by mp on 2022/07/21