Merge pull request #5332 from arafatansari/patch-82

Create corebos-htaccess.yaml
patch-1
Prince Chaddha 2022-09-12 14:47:08 +05:30 committed by GitHub
commit 610564173c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: corebos-htaccess
info:
name: CoreBos - .htaccess File Exposure
author: arafatansari
severity: info
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:
verified: true
shodan-query: http.html:"corebos"
tags: misconfig,exposure,corebos
requests:
- method: GET
path:
- '{{BaseURL}}/htaccess.txt'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Options -Indexes'
- '<FilesMatch'
condition: and
- type: status
status:
- 200