28 lines
443 B
YAML
28 lines
443 B
YAML
id: uwsgi-ini
|
|
|
|
info:
|
|
name: uwsgi.ini File Exposure
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
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
|