nuclei-templates/exposed-panels/bigfix-login.yaml

38 lines
780 B
YAML

id: bigfix-login
info:
name: HCL BigFix Login Panel - Detect
author: idealphase
severity: info
description: HCL BigFix 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
reference:
- https://www.hcltechsw.com/bigfix
metadata:
shodan-query: http.title:"BigFix"
google-query: intitle:"BigFix"
tags: panel,bigfix
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title> BigFix </title>"
- '<div class="bigfix-logo">'
condition: or
- type: status
status:
- 200
# Enhanced by md on 2022/11/01