36 lines
688 B
YAML
36 lines
688 B
YAML
id: vagrantfile-exposure
|
|
|
|
info:
|
|
name: Vagrantfile Exposure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"Vagrantfile"
|
|
tags: config,exposure,vagrant,oss,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/Vagrantfile"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "./vagrant/config/vagrant-local.yml"
|
|
- "./vagrant/config/vagrant-local.example.yml"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
- "text/html"
|
|
negative: true
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|