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

34 lines
622 B
YAML
Raw Normal View History

2022-10-26 22:26:54 +00:00
id: sumowebtools-installer
info:
2022-10-28 05:57:43 +00:00
name: SumoWebTools Installer Exposure
2022-10-26 22:26:54 +00:00
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: title:"SumoWebTools Installer"
2022-10-28 05:57:43 +00:00
tags: misconfig,sumowebtools,install,exposure
2022-10-26 22:26:54 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/install'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SumoWebTools Installer'
- 'configure'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200