37 lines
873 B
YAML
37 lines
873 B
YAML
id: axway-securetransport-webclient
|
|
|
|
info:
|
|
name: Axway SecureTransport Web Client Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: AXWAY Secure Transport Web Client panel was detected.
|
|
reference:
|
|
- https://www.axway.com/en/products/managed-file-transfer/securetransport
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
google-query: intitle:"ST Web Client"
|
|
tags: panel,axway,securetransport,webclient
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/html/skin/ric/C/config/default.config.json'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'header": "ST Web Client'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2023/04/25
|