nuclei-templates/exposed-panels/labtech-panel.yaml

39 lines
948 B
YAML
Raw Normal View History

2021-07-10 14:55:51 +00:00
id: labtech-panel
2021-07-10 14:05:54 +00:00
info:
name: LabTech Web Portal Login Panel - Detect
2021-11-17 17:28:12 +00:00
author: deFr0ggy
2021-07-10 14:05:54 +00:00
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
2021-07-10 14:55:51 +00:00
tags: panel,labtech
2021-07-10 14:05:54 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/WCC2/"
2021-07-10 14:55:51 +00:00
host-redirects: true
2021-07-10 14:55:51 +00:00
max-redirects: 2
matchers-condition: and
2021-07-10 14:05:54 +00:00
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
2021-07-10 14:55:51 +00:00
condition: or
2021-07-10 14:05:54 +00:00
- type: status
status:
- 200
# Enhanced by md on 2022/11/22