nuclei-templates/misconfiguration/installer/bagisto-installer.yaml

29 lines
524 B
YAML
Raw Normal View History

2022-10-26 19:58:52 +00:00
id: bagisto-installer
info:
name: Bagisto Installer Exposure
author: ritikchaddha
severity: high
metadata:
verified: true
shodan-query: http.title:"Bagisto Installer"
2022-10-28 05:25:57 +00:00
tags: misconfig,bagisto,install,exposure
2022-10-26 19:58:52 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/installer'
2022-10-28 05:25:57 +00:00
host-redirects: true
max-redirects: 2
2022-10-26 19:58:52 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Bagisto Installer'
- type: status
status:
- 200