commit
91a01ccedd
|
@ -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
|
Loading…
Reference in New Issue