2022-06-12 23:52:41 +00:00
|
|
|
id: vagrantfile-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Vagrantfile Exposure
|
|
|
|
author: DhiyaneshDk
|
2022-06-15 07:03:32 +00:00
|
|
|
severity: low
|
2024-01-02 16:16:15 +00:00
|
|
|
description: Vagrantfile is exposed to external users.
|
2022-06-12 23:52:41 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-06-12 23:52:41 +00:00
|
|
|
shodan-query: html:"Vagrantfile"
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: config,exposure,vagrant,oss,files
|
2022-06-12 23:52:41 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-12 23:52:41 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/Vagrantfile"
|
2022-06-15 07:03:32 +00:00
|
|
|
|
2022-06-12 23:52:41 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "./vagrant/config/vagrant-local.yml"
|
|
|
|
- "./vagrant/config/vagrant-local.example.yml"
|
|
|
|
|
2022-06-15 07:03:32 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
- "text/html"
|
|
|
|
negative: true
|
|
|
|
condition: or
|
|
|
|
|
2022-06-12 23:52:41 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 4b0a00483046022100a4d76d184905420dae7da88eaae3125fc29326a5051a0bc1f48ee76ca46d3a46022100c05125c88541f4cb96f13f358b2defe817fce04fa3444d2b2df4e1076123b949:922c64590222798bb761d5b6d8e72950
|