-
One of the main aims of this repository is to provide a forensics lab, enabling machines to be made available fairly quickly in order to carry out digital forensics in the most secure way possible (modestly up to the level of virtual machines).
Forensics-Reverse-Project -
The second objective is to create a Kali machine with the ability to configure the packages to be installed at build time, the aim being to be able to build a Kali-linux machine as quickly as possible (up to level of vagrant).
Pentest-Project
In any case, for any of these projects you will need vagrant virtualbox and optionally git.
To install virtualbox, please refer to the methodology linked to your OS.
https://www.virtualbox.org/wiki/Downloads
- Installation of Vagrant and git
arch
pacman -S vagrant git -y
Debian / ubuntu
apt install vagrant git -y
Windows
winget install vagrant
or
https://developer.hashicorp.com/vagrant/install#Windows
- Cloning this repository or downloading it
git clone https://github.com/Oni-kuki/Forensics-Reverse-Pentesting-VMs/
- Check the methodology for the project you want to carry out