38 lines
883 B
YAML
38 lines
883 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
|
|
|
|
# digest: 4a0a00473045022100c49bcf0c7b54d10d5118644dfa4e7cef786d1bbfb4b1dae21ef282c2fd0b70060220238819c79e5cdaa09b6fb43374c6bf83cbf1bb0219d4ca78827c399720a8ed7c:922c64590222798bb761d5b6d8e72950
|