id: axway-securetransport-panel info: name: Axway SecureTransport Login Panel - Detect author: righettod severity: info description: | AXWAY SecureTransport login 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 shodan-query: http.title:"SecureTransport" || http.favicon.hash:1330269434 tags: panel,axway,securetransport http: - method: GET path: - '{{BaseURL}}' host-redirects: true max-redirects: 2 matchers-condition: and matchers: - type: word part: body words: - 'Axway SecureTransport' - 'alt="Axway SecureTransport"' - 'Welcome to SecureTransport' - 'PrintServerInfo("SecureTransport' condition: or - type: status status: - 200 extractors: - type: regex part: body group: 1 regex: - '"SecureTransport", "([0-9.]+)",' # Enhanced by md on 2023/04/25