mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
id: telecontrol-server-basic-panel
|
|
|
|
info:
|
|
name: Telecontrol Server Basic Panel - Detect
|
|
author: Kazgangap
|
|
severity: info
|
|
description: |
|
|
Telecontrol Server Basic panel was discovered.
|
|
reference:
|
|
- https://sieportal.siemens.com/en-ca/products-services/10087338?tree=CatalogTree
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: siemens
|
|
product: telecontrol_server_basic
|
|
fofa-query: title=="Logon - Telecontrol Server Basic"
|
|
tags: panel,login,siemens,detect,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains_all(body, "Telecontrol Server Basic","login")'
|
|
- "status_code == 200"
|
|
condition: and
|
|
# digest: 4a0a00473045022100a4090285a211f91a24455aa5b8a988299ef381a0a75464c7047d0aa904eecbdd0220795e6750df4a7bbfe6d3ca2ce8f8ed1d27a91b61757d5cfac87a0e9bd1319347:922c64590222798bb761d5b6d8e72950 |