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

32 lines
709 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
2021-11-17 17:28:12 +00:00
author: deFr0ggy
2021-07-10 14:05:54 +00:00
severity: info
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
2021-07-10 14:05:54 +00:00
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