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

37 lines
885 B
YAML

id: pfsense-login
info:
name: pfSense Login
author: idealphase
severity: info
description: free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality.
reference:
- https://www.pfsense.org/download/
- https://www.pfsense.org/getting-started/
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>'