Create vagrantfile-exposure.yaml

patch-1
Dhiyaneshwaran 2022-06-13 00:52:41 +01:00 committed by GitHub
parent 981c2463b2
commit c37db734ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: vagrantfile-exposure
info:
name: Vagrantfile Exposure
author: DhiyaneshDk
severity: medium
metadata:
verified: true
shodan-query: html:"Vagrantfile"
tags: config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/Vagrantfile"
matchers-condition: and
matchers:
- type: word
words:
- "./vagrant/config/vagrant-local.yml"
- "./vagrant/config/vagrant-local.example.yml"
- type: status
status:
- 200