nuclei-templates/exposures/files/uwsgi-ini.yaml

27 lines
428 B
YAML

id: uwsgi-ini
info:
name: uwsgi.ini File Exposure
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: html:"uwsgi.ini"
tags: exposure,uwsgi,files
requests:
- method: GET
path:
- "{{BaseURL}}/uwsgi.ini"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '[uwsgi]'
- type: status
status:
- 200