Create ids-skills-installer.yaml

patch-2
Dhiyaneshwaran 2024-05-20 10:01:23 +05:30 committed by GitHub
parent 7f8961f6ff
commit 5721c96bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -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:
- "<title>IDP Skills Installer</title>"
- type: status
status:
- 200