39 lines
948 B
YAML
39 lines
948 B
YAML
id: labtech-panel
|
|
|
|
info:
|
|
name: LabTech Web Portal Login Panel - Detect
|
|
author: deFr0ggy
|
|
severity: info
|
|
description: LabTech Web Portal login 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
|
|
tags: panel,labtech
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/WCC2/"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<li>LabTech</li>"
|
|
- '<form action="/WCC2/Search/search" id="searchForm method="post">'
|
|
- "<h1> Welcome to the LabTech Web Portal</h1>"
|
|
- "Universal Agent Uninstaller"
|
|
- "Technician Login"
|
|
- '<form action="/WCC2/Home/Login" autocomplete="off" method="post">'
|
|
part: body
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by md on 2022/11/22
|