Skip to content

StyleCi Yaml File Disclosure

ID: styleci-yml-disclosure

Severity: info

Author: DhiyaneshDk

Tags: config,exposure,devops,files

id: styleci-yml-disclosure
info:
name: StyleCi Yaml File Disclosure
author: DhiyaneshDk
severity: info
metadata:
verified: true
max-request: 1
shodan-query: ".styleci.yml"
tags: config,exposure,devops,files
http:
- method: GET
path:
- "{{BaseURL}}/.styleci.yml"
matchers-condition: and
matchers:
- type: word
words:
- "php"
- "preset"
- "disabled"
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502200666755bdd2f9f1edceab01d7e175ff93afd12c77232ff221944c1b2fea46b180221008f924a6958bb85eada8c1b8058d14618deedec1fd85c270f33523b1c03e35bc8:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/files/styleci-yml-disclosure.yaml"

View on Github