Skip to content

uwsgi.ini File Exposure

ID: uwsgi-ini

Severity: info

Author: DhiyaneshDK

Tags: exposure,uwsgi,files

id: uwsgi-ini
info:
name: uwsgi.ini File Exposure
author: DhiyaneshDK
severity: info
classification:
cpe: cpe:2.3:a:unbit:uwsgi:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: unbit
product: uwsgi
shodan-query: html:"uwsgi.ini"
tags: exposure,uwsgi,files
http:
- method: GET
path:
- "{{BaseURL}}/uwsgi.ini"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '[uwsgi]'
- type: status
status:
- 200
# digest: 4b0a00483046022100deebfb9a2fe270aa3c95d843f5c980c761b9bce1f8315e5f64ee799ee082059a022100e066da46659adf185c85ead1f238704ed6af2920dcb38b5d556e1e9cabb96a0b: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/exposures/files/uwsgi-ini.yaml"

View on Github