Create ids-skills-installer.yaml
parent
7f8961f6ff
commit
5721c96bc0
|
@ -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
|
Loading…
Reference in New Issue