nuclei-templates/misconfiguration/corebos-htaccess.yaml

33 lines
729 B
YAML
Raw Normal View History

id: corebos-htaccess
2022-09-09 09:47:04 +00:00
info:
name: CoreBos - .htaccess File Exposure
2022-09-09 09:47:04 +00:00
author: arafatansari
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"
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'
condition: and
2022-09-12 07:12:37 +00:00
- type: status
status:
- 200