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

32 lines
811 B
YAML

id: bigfix-login
info:
name: HCL BigFix Login
author: idealphase
severity: info
description: BigFix automates discovery, management, and remediation of all endpoints whether on-premises, mobile, virtual, or in the cloud - regardless of the operating system, location, or connectivity. With BigFix, you can manage every endpoint.
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