IDP Skills Installer - Exposure
ID: ids-skills-installer
Severity: high
Author: DhiyaneshDk
Tags: install,ids,exposure,misconfig
Description
Section titled “Description”Checks for the presence of an IDS Skills Installer page.
YAML Source
Section titled “YAML Source”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,misconfig
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# digest: 4a0a0047304502210096bc30162ba29eedcc9fa5d41da3b8b3b1a8f2915ad29d0f18f3949e5e6f962302206c70f483147ebb8e270cbd26080715f0e5550342eecd95ae8e44e37b19ae4bfa:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/installer/ids-skills-installer.yaml"