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

43 lines
913 B
YAML

id: pfsense-login
info:
name: pfSense Login Panel - Detect
author: idealphase
severity: info
description: pfSense login panel was detected.
reference:
- https://www.pfsense.org/download/
- https://www.pfsense.org/getting-started/
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
metadata:
shodan-query: http.title:"pfSense - Login"
google-query: intitle:"pfSense - Login"
tags: panel,pfsense
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>pfSense - Login</title>"
- type: status
status:
- 200
extractors:
- type: regex
group: 1
regex:
- '<script src="\/js\/pfSense\.js\?(.+)"><\/script>'
# Enhanced by md on 2022/12/05