Create uwsgi-ini.yaml
parent
689a07d542
commit
173c785c28
|
@ -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
|
||||
words:
|
||||
- '[uwsgi]'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue