2022-09-09 09:48:15 +00:00
|
|
|
id: corebos-htaccess
|
2022-09-09 09:47:04 +00:00
|
|
|
|
|
|
|
info:
|
2022-09-12 09:13:58 +00:00
|
|
|
name: CoreBos - .htaccess File Exposure
|
2022-09-09 09:47:04 +00:00
|
|
|
author: arafatansari
|
2022-09-12 09:13:58 +00:00
|
|
|
severity: info
|
2022-09-09 09:47:04 +00:00
|
|
|
description: |
|
|
|
|
CoreBos was discovered to have .htaccess file exposed to public which includes sensitive information.
|
|
|
|
reference:
|
|
|
|
- https://huntr.dev/bounties/5b0fe6e3-4ca1-44ae-8875-d7e6c065432e/
|
|
|
|
metadata:
|
2022-09-12 07:12:37 +00:00
|
|
|
verified: true
|
2022-09-09 09:47:04 +00:00
|
|
|
shodan-query: http.html:"corebos"
|
2022-09-12 09:30:28 +00:00
|
|
|
tags: exposure,corebos,huntr,misconfig
|
2022-09-09 09:47:04 +00:00
|
|
|
|
|
|
|
requests:
|
2022-09-12 07:12:37 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/htaccess.txt'
|
2022-09-09 09:47:04 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-09-12 07:12:37 +00:00
|
|
|
part: body
|
2022-09-09 09:47:04 +00:00
|
|
|
words:
|
|
|
|
- 'Options -Indexes'
|
|
|
|
- '<FilesMatch'
|
2022-09-12 09:13:58 +00:00
|
|
|
condition: and
|
2022-09-12 07:12:37 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|