37 lines
940 B
YAML
37 lines
940 B
YAML
id: vagrantfile-exposure
|
|
|
|
info:
|
|
name: Vagrantfile Exposure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: Vagrantfile is exposed to external users.
|
|
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
|
|
# digest: 4b0a00483046022100a4d76d184905420dae7da88eaae3125fc29326a5051a0bc1f48ee76ca46d3a46022100c05125c88541f4cb96f13f358b2defe817fce04fa3444d2b2df4e1076123b949:922c64590222798bb761d5b6d8e72950 |