Skip to content

TeamPass Panel - Detect

ID: teampass-panel

Severity: info

Author: arafatansari

Tags: panel,teampass

TeamPass panel was detected.

id: teampass-panel
info:
name: TeamPass Panel - Detect
author: arafatansari
severity: info
description: TeamPass panel was detected.
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:teampass:teampass:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: teampass
product: teampass
shodan-query: http.html:"teampass"
fofa-query: body="teampass"
tags: panel,teampass
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/teampass"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
regex:
- '<title>(.*)Teampass(.*)</title>'
- type: status
status:
- 200
# digest: 490a00463044022006c1fe725034bff06e8e17230b40d42a8864f7648bd090516ee9e5a5e46ffa9502201dd1232f432f7f66506a76468aa5f8abb83c65dfd23076eed8668adaca7f2b19:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/teampass-panel.yaml"

View on Github