nuclei-templates/exposed-panels/forcepoint-applicance.yaml

25 lines
430 B
YAML
Raw Normal View History

2021-10-24 17:31:43 +00:00
id: forcepoint-applicance
info:
name: Forcepoint Appliance
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Forcepoint Appliance"
2021-10-25 07:31:20 +00:00
tags: panel,forcepoint
2021-10-24 17:31:43 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Forcepoint Appliance</title>'
2021-10-25 07:31:20 +00:00
2021-10-24 17:31:43 +00:00
- type: status
status:
- 200