Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.26 KB

File metadata and controls

37 lines (30 loc) · 1.26 KB

Forensics-Reverse-Pentesting-VM's

  1. 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

  2. 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

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

Prerequisites

  1. 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

  1. Cloning this repository or downloading it
git clone https://github.com/Oni-kuki/Forensics-Reverse-Pentesting-VMs/
  1. Check the methodology for the project you want to carry out