27 lines
476 B
YAML
27 lines
476 B
YAML
id: easyscripts-installer
|
|
|
|
info:
|
|
name: Easyscripts Installer
|
|
author: theamanrawat
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Installer - Easyscripts"
|
|
tags: misconfig,easyscripts,installer
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Installer - Easyscripts'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|