nuclei-templates/http/misconfiguration/installer/sms-installer.yaml

28 lines
500 B
YAML
Raw Normal View History

id: sms-installer
2022-10-27 06:13:41 +00:00
info:
name: SMS Gateway Installation
author: ritikchaddha
severity: high
metadata:
max-request: 1
2022-10-27 06:13:41 +00:00
verified: true
shodan-query: http.title:"SMS Gateway | Installation"
tags: misconfig,sms,install
http:
2022-10-27 06:13:41 +00:00
- method: GET
path:
- '{{BaseURL}}/install/index.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SMS Gateway | Installation'
- type: status
status:
- 200