nuclei-templates/misconfiguration/oneinstack-control-center.yaml

34 lines
776 B
YAML
Raw Normal View History

2023-02-16 20:28:13 +00:00
id: oneinstack-control-center
info:
2023-02-24 05:50:16 +00:00
name: OneinStack Control Center Dashboard
2023-02-16 20:28:13 +00:00
author: theabhinavgaur
2023-02-24 05:50:16 +00:00
severity: low
description: |
OneinStack is an open source project to setup web environment for the development of PHP/JAVA applications on CentOS, Ubuntu, RedHat.
2023-02-16 20:28:13 +00:00
reference:
- https://github.com/oneinstack/oneinstack
- https://oneinstack.com/
metadata:
2023-02-24 05:50:16 +00:00
verified: "true"
shodan-query: http.title:"OneinStack"
tags: misconfig,exposure,dashboard,oneinstack
2023-02-16 20:28:13 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Control center'
- 'OneinStack'
condition: and
- type: status
status:
- 200