27 lines
495 B
YAML
27 lines
495 B
YAML
|
id: permissions-installer
|
||
|
|
||
|
info:
|
||
|
name: Permissions Installer Exposure
|
||
|
author: pussycat0x
|
||
|
severity: high
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:" Permissions | Installer"
|
||
|
tags: misconfig,permissions,install,exposure
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '<title> Permissions | Installer'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|