Tufin SecureTrack Login Panel - Detect
ID: tufin-securetrack-login
Severity: info
Author: idealphase
Tags: panel,tufin
Description
Section titled “Description”Tufin SecureTrack login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 cpe: cpe:2.3:a:tufin:securetrack:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: tufin product: securetrack shodan-query: - http.title:"SecureTrack - Tufin Technologies" - http.title:"securetrack - tufin technologies" google-query: - intitle:"SecureTrack - Tufin Technologies" - intitle:"securetrack - tufin technologies" fofa-query: title="securetrack - tufin technologies" tags: panel,tufin
http: - 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# digest: 4a0a0047304502205d6dc2725607b0635f5218b2c7e3ad096773cfbe09e6fa2622f669c536bd1429022100ba4ae942b55b45dd2b305a512d2db07daa797092a64fe323de640a82981a1e1c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/tufin-securetrack-login.yaml"