From 5721c96bc02845ab7954abb638f11391ba88cfe4 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Mon, 20 May 2024 10:01:23 +0530 Subject: [PATCH] Create ids-skills-installer.yaml --- .../installer/ids-skills-installer.yaml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/misconfiguration/installer/ids-skills-installer.yaml diff --git a/http/misconfiguration/installer/ids-skills-installer.yaml b/http/misconfiguration/installer/ids-skills-installer.yaml new file mode 100644 index 0000000000..38d61998d8 --- /dev/null +++ b/http/misconfiguration/installer/ids-skills-installer.yaml @@ -0,0 +1,29 @@ +id: ids-skills-installer + +info: + name: IDP Skills Installer - Exposure + author: DhiyaneshDk + severity: high + description: | + Checks for the presence of an IDS Skills Installer page. + metadata: + verified: true + max-request: 1 + shodan-query: html:"IDP Skills Installer" + tags: install,ids,exposure + +http: + - method: GET + path: + - "{{BaseURL}}/#/install/main" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "IDP Skills Installer" + + - type: status + status: + - 200