2021-11-08 07:33:22 +00:00
|
|
|
id: desktop-ini-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: desktop.ini exposure
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2021-11-08 07:33:22 +00:00
|
|
|
shodan-query: 'html:"desktop.ini"'
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: exposure,config,files
|
2021-11-08 07:33:22 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-11-08 07:33:22 +00:00
|
|
|
- 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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022036a55deb54ef623fe6c4a515d2d69333527fc201529262bc908cb9931619e31702201ec4c4eba70bf92420cc573aab9891b85fde24a9ff8a2716c17bc8d06e8ea46c:922c64590222798bb761d5b6d8e72950
|