33 lines
733 B
YAML
33 lines
733 B
YAML
id: bagisto-installer
|
|
|
|
info:
|
|
name: Bagisto Installer Exposure
|
|
author: ritikchaddha
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Bagisto Installer"
|
|
tags: misconfig,bagisto,install,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/installer'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Bagisto Installer'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a0046304402204f916c317905338b948496b9a3efc375c16fac8af7ca4ab03503e107cb936f69022037587ab2c32d07fb3954a5199780701494c34bbb497fa2388e21248b74bd8bf1:922c64590222798bb761d5b6d8e72950
|