Skip to content

SMS Gateway Installation

ID: sms-installer

Severity: high

Author: ritikchaddha

Tags: misconfig,sms,install

SMS Gateway is susceptible to the Installation page exposure due to misconfiguration.

id: sms-installer
info:
name: SMS Gateway Installation
author: ritikchaddha
severity: high
description: SMS Gateway is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: http.title:"SMS Gateway | Installation"
tags: misconfig,sms,install
http:
- method: GET
path:
- '{{BaseURL}}/install/index.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SMS Gateway | Installation'
- type: status
status:
- 200
# digest: 4b0a00483046022100d2eb4722f5df468600fe90ea6d2583b555571d1037153260deedd729f925593f022100a2af88767daff539b79152de82e7365d76a93c130f047ee328da4b82eb66b909:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/sms-installer.yaml"

View on Github