2022-08-17 07:03:57 +00:00
|
|
|
id: teampass-panel
|
|
|
|
|
|
|
|
info:
|
2023-01-23 22:14:23 +00:00
|
|
|
name: TeamPass Panel - Detect
|
2022-08-17 07:03:57 +00:00
|
|
|
author: arafatansari
|
|
|
|
severity: info
|
2023-01-23 22:14:23 +00:00
|
|
|
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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-08-17 07:03:57 +00:00
|
|
|
metadata:
|
2022-08-17 11:05:47 +00:00
|
|
|
verified: true
|
2022-08-17 07:03:57 +00:00
|
|
|
shodan-query: http.html:"teampass"
|
2022-08-17 11:05:47 +00:00
|
|
|
tags: panel,teampass
|
2022-08-17 07:03:57 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2022-08-17 11:05:47 +00:00
|
|
|
- "{{BaseURL}}"
|
2022-08-20 16:57:53 +00:00
|
|
|
- "{{BaseURL}}/teampass"
|
2022-08-17 07:03:57 +00:00
|
|
|
|
2022-08-20 16:57:53 +00:00
|
|
|
stop-at-first-match: true
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-08-20 16:57:53 +00:00
|
|
|
max-redirects: 2
|
2022-08-17 07:03:57 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-08-17 11:05:47 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-08-20 16:57:53 +00:00
|
|
|
- '<title>(.*)Teampass(.*)</title>'
|
2022-08-17 11:05:47 +00:00
|
|
|
|
2022-08-17 07:03:57 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-01-23 22:14:23 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/18
|