Create vagrantfile-exposure.yaml
parent
981c2463b2
commit
c37db734ae
|
@ -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
|
Loading…
Reference in New Issue