Ajout des vagrantfiles au dépôt.

This commit is contained in:
Guillaume Emorine
2024-11-28 12:02:52 +01:00
parent 996e230d44
commit 4a4ba1214f
192 changed files with 1690 additions and 0 deletions

View File

@@ -0,0 +1 @@
1.5:4208c9ac-b468-465b-bd53-c6085c14b89d

View File

@@ -0,0 +1 @@
{"name":"debian/bookworm64","version":"12.20240905.1","provider":"virtualbox","directory":"boxes/debian-VAGRANTSLASH-bookworm64/12.20240905.1/virtualbox"}

View File

@@ -0,0 +1 @@
4208c9ac-b468-465b-bd53-c6085c14b89d

View File

@@ -0,0 +1 @@
7c4acc266a32409381f393fd41df9f02

View File

@@ -0,0 +1,8 @@
-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAA
AAtzc2gtZWQyNTUxOQAAACCb3zUHypixUhbxW1vkFaAJebwEQ5NsZGr7vzxb
lY/9mAAAAJC8ezgxvHs4MQAAAAtzc2gtZWQyNTUxOQAAACCb3zUHypixUhbx
W1vkFaAJebwEQ5NsZGr7vzxblY/9mAAAAEDn58p+kipwzTI0jNBlrGUhgYHS
zrxIS8ttov08z4ffiJvfNQfKmLFSFvFbW+QVoAl5vARDk2xkavu/PFuVj/2Y
AAAAB3ZhZ3JhbnQBAgMEBQY=
-----END OPENSSH PRIVATE KEY-----

View File

@@ -0,0 +1 @@
{"virtualbox":{"/vagrant":{"guestpath":"/vagrant","hostpath":"/home/guillaume.emorine/vagrant/kali-mitm","disabled":false,"__vagrantfile":true}}}

View File

@@ -0,0 +1 @@
/home/guillaume.emorine/vagrant/kali-mitm

View File

@@ -0,0 +1,12 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
# This file loads the proper rgloader/loader.rb file that comes packaged
# with Vagrant so that encoded files can properly run with Vagrant.
if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
require File.expand_path(
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
else
raise "Encoded files can't be read outside of the Vagrant installer."
end