securite tp

This commit is contained in:
JOLIMAITRE Matthieu 2024-03-10 21:51:20 +01:00
parent be2826b2ff
commit ba9fc9efee
3 changed files with 29 additions and 0 deletions

2
securite/vm/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/labtainer-vbox.ova
/labtainer

4
securite/vm/setup.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
wget -O ./labtainer-vbox.ova "https://nps.box.com/shared/static/dn636n6h2d556nwqezx5w6cfc4cfeacl.ova"
vboxmanage import --basefolder=./labtainer labtainer-vbox.ova

23
securite/vm/wget-log Normal file

File diff suppressed because one or more lines are too long