diff --git a/exposed-panels/zoho/manageengine-networkconfigurationmanager.yaml b/exposed-panels/zoho/manageengine-networkconfigurationmanager.yaml new file mode 100644 index 0000000000..ce3aca7960 --- /dev/null +++ b/exposed-panels/zoho/manageengine-networkconfigurationmanager.yaml @@ -0,0 +1,30 @@ +id: manageengine-networkconfigurationmanager + +info: + name: ZOHO ManageEngine Network Configuration Manager + author: righettod + severity: info + metadata: + verified: true + shodan-query: http.title:"Network Configuration Manager" + tags: panel,zoho,manageengine + +requests: + - method: GET + path: + - '{{BaseURL}}/apiclient/ember/Login.jsp' + - "{{BaseURL}}/servlet/GetProductVersion" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Network Configuration Manager' + - '"https://www.manageengine.com' + condition: and + + - type: status + status: + - 200 +