From 76b3a540c139dff62f77fc2f6197e71a337a0404 Mon Sep 17 00:00:00 2001 From: Abhinav Gaur <55808946+theabhinavgaur@users.noreply.github.com> Date: Fri, 17 Feb 2023 01:58:13 +0530 Subject: [PATCH] Create oneinstack-control-center.yaml --- exposed-panels/oneinstack-control-center.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 exposed-panels/oneinstack-control-center.yaml diff --git a/exposed-panels/oneinstack-control-center.yaml b/exposed-panels/oneinstack-control-center.yaml new file mode 100644 index 0000000000..813ab5f8c3 --- /dev/null +++ b/exposed-panels/oneinstack-control-center.yaml @@ -0,0 +1,34 @@ +id: oneinstack-control-center + +info: + name: OneinStack control center dashboard + author: theabhinavgaur + severity: medium + description: OneinStack is an open source project to setup web environment for the development of PHP/JAVA applications on CentOS, Ubuntu, RedHat. + reference: + - https://github.com/oneinstack/oneinstack + - https://oneinstack.com/ + metadata: + verified: true + shodan-query: + - http.title:"OneinStack" + tags: exposure,configuration + + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Control center' + - 'OneinStack' + condition: and + + - type: status + status: + - 200