From 756e8fce08482ebc63b9bc138b37a200a3ba6e33 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 15 Jun 2022 12:33:32 +0530 Subject: [PATCH] Update vagrantfile-exposure.yaml --- exposures/files/vagrantfile-exposure.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/exposures/files/vagrantfile-exposure.yaml b/exposures/files/vagrantfile-exposure.yaml index d817521380..d6a643fc6a 100644 --- a/exposures/files/vagrantfile-exposure.yaml +++ b/exposures/files/vagrantfile-exposure.yaml @@ -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