nuclei-templates/exposures/files/vagrantfile-exposure.yaml

35 lines
667 B
YAML
Raw Normal View History

2022-06-12 23:52:41 +00:00
id: vagrantfile-exposure
info:
name: Vagrantfile Exposure
author: DhiyaneshDk
2022-06-15 07:03:32 +00:00
severity: low
2022-06-12 23:52:41 +00:00
metadata:
verified: true
shodan-query: html:"Vagrantfile"
2022-06-15 07:03:32 +00:00
tags: config,exposure,vagrant,oss
2022-06-12 23:52:41 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/Vagrantfile"
2022-06-15 07:03:32 +00:00
2022-06-12 23:52:41 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "./vagrant/config/vagrant-local.yml"
- "./vagrant/config/vagrant-local.example.yml"
2022-06-15 07:03:32 +00:00
- type: word
part: header
words:
- "application/json"
- "text/html"
negative: true
condition: or
2022-06-12 23:52:41 +00:00
- type: status
status:
- 200