nuclei-templates/exposed-panels/corebos-panel.yaml

27 lines
422 B
YAML
Raw Normal View History

2022-09-09 09:50:08 +00:00
id: corebos-panel
info:
name: CoreBos - Panel
author: arafatansari
severity: info
metadata:
verified: true
2022-09-12 06:58:58 +00:00
shodan-query: http.html:"corebos"
2022-09-12 09:10:15 +00:00
tags: panel,corebos
2022-09-09 09:50:08 +00:00
requests:
2022-09-12 06:58:58 +00:00
- method: GET
path:
- '{{BaseURL}}'
2022-09-09 09:50:08 +00:00
matchers-condition: and
matchers:
2022-09-12 06:58:58 +00:00
- type: word
part: body
words:
- 'Powered by coreBOS'
2022-09-09 09:50:08 +00:00
- type: status
status:
- 200