Create alma-installer.yaml
parent
501ac5f0a5
commit
b7eb520be8
|
@ -0,0 +1,32 @@
|
|||
id: alma-installer
|
||||
|
||||
info:
|
||||
name: Alma Installation Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: high
|
||||
metadata:
|
||||
max-request: 1
|
||||
verified: true
|
||||
shodan-query: title:"Alma Installation"
|
||||
tags: misconfig,alma,install,exposure
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/setup/start'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Setup wizard | Alma Installation</title>'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue