Merge pull request #5123 from projectdiscovery/uwsgi-ini

Create uwsgi-ini.yaml
patch-1
Prince Chaddha 2022-08-16 18:27:03 -07:00 committed by GitHub
commit 91a01ccedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

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