nuclei-templates/exposed-panels/tufin-securetrack-login.yaml

40 lines
974 B
YAML
Raw Normal View History

id: tufin-securetrack-login
info:
name: Tufin SecureTrack Login Panel - Detect
author: idealphase
severity: info
description: Tufin SecureTrack login panel was detected.
reference:
- https://www.tufin.com/tufin-orchestration-suite/securetrack
classification:
cvss-metrics: CVSS:3.0/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:
shodan-query: http.title:"SecureTrack - Tufin Technologies"
google-query: intitle:"SecureTrack - Tufin Technologies"
tags: panel,tufin
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>SecureTrack - Tufin Technologies</title>"
- "document.title = 'SecureTrack - Tufin Technologies';"
condition: or
- type: status
status:
- 200
# Enhanced by md on 2023/01/18