nuclei-templates/http/exposures/files/desktop-ini-exposure.yaml

38 lines
696 B
YAML

id: desktop-ini-exposure
info:
name: desktop.ini exposure
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: 'html:"desktop.ini"'
tags: exposure,config,files
http:
- method: GET
path:
- "{{BaseURL}}/desktop.ini"
matchers-condition: and
matchers:
- type: word
part: header
negative: true
words:
- "application/json"
- "application/html"
condition: and
- type: word
part: body
words:
- "[.ShellClassInfo]"
- "[LocalizedFileNames]"
- "[ViewState]"
condition: or
- type: status
status:
- 200