Update vagrantfile-exposure.yaml

patch-1
Prince Chaddha 2022-06-15 12:33:32 +05:30 committed by GitHub
parent 781d8bfe91
commit 756e8fce08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -3,16 +3,17 @@ id: vagrantfile-exposure
info:
name: Vagrantfile Exposure
author: DhiyaneshDk
severity: medium
severity: low
metadata:
verified: true
shodan-query: html:"Vagrantfile"
tags: config,exposure
tags: config,exposure,vagrant,oss
requests:
- method: GET
path:
- "{{BaseURL}}/Vagrantfile"
matchers-condition: and
matchers:
- type: word
@ -20,6 +21,14 @@ requests:
- "./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