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

37 lines
675 B
YAML
Raw Normal View History

2021-11-08 07:33:22 +00:00
id: desktop-ini-exposure
info:
name: desktop.ini exposure
author: dhiyaneshDk
severity: info
metadata:
shodan-query: 'html:"desktop.ini"'
tags: exposure,config
requests:
- method: GET
path:
- "{{BaseURL}}/desktop.ini"
matchers-condition: and
matchers:
- type: word
part: header
2022-04-30 21:04:12 +00:00
negative: true
2021-11-08 07:33:22 +00:00
words:
2022-04-30 21:04:12 +00:00
- "application/json"
- "application/html"
condition: and
2021-11-08 07:33:22 +00:00
- type: word
part: body
words:
- "[.ShellClassInfo]"
- "[LocalizedFileNames]"
2022-04-30 21:04:12 +00:00
- "[ViewState]"
2021-11-08 07:33:22 +00:00
condition: or
- type: status
status:
- 200