NginX Auto Installer Exposure
ID: nginx-auto-installer
Severity: low
Author: pussycat0x
Tags: misconfig,nginx,install,exposure
Description
Section titled “Description”NginX Auto is susceptible to the Installation page exposure due to misconfiguration.
YAML Source
Section titled “YAML Source”id: nginx-auto-installer
info: name: NginX Auto Installer Exposure author: pussycat0x severity: low description: NginX Auto is susceptible to the Installation page exposure due to misconfiguration. metadata: verified: true max-request: 1 shodan-query: title:"NginX Auto Installer" tags: misconfig,nginx,install,exposure
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - 'NginX Auto Installer'
- type: status status: - 200# digest: 490a0046304402207241767089100282e29448b333bbfcc0c96641d8661979f92e9e9646923cdb05022014437ba97fd847ad36346cee03593159eb9d200e9c3d43db2c99fbef7d2c109c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/installer/nginx-auto-installer.yaml"