nuclei-templates/exposed-panels/axway-securetransport-webcl...

30 lines
705 B
YAML
Raw Normal View History

2023-03-01 18:24:20 +00:00
id: axway-securetransport-webclient
info:
name: AXWAY Secure Transport Web Client Panel - Detect
author: righettod
severity: info
2023-03-01 18:32:09 +00:00
description: AXWAY Secure Transport Web Client panel was detected.
2023-03-01 18:24:20 +00:00
reference:
- https://www.axway.com/en/products/managed-file-transfer/securetransport
2023-03-03 08:46:31 +00:00
metadata:
verified: true
google-dork: intitle:"ST Web Client"
2023-03-03 08:45:20 +00:00
tags: panel,axway,securetransport,webclient
2023-03-01 18:24:20 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/html/skin/ric/C/config/default.config.json'
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-03-03 08:45:20 +00:00
- 'header": "ST Web Client'
2023-03-01 18:24:20 +00:00
- type: status
status:
- 200