Skip to content

Setup scripts for my Kali and Windows machines

Notifications You must be signed in to change notification settings

mostwantedduck/setup-machines

Repository files navigation

On the Windows VM, open a powershell prompt as Administrator and run:

PS > Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force
PS > . { Invoke-WebRequest -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force

Once the installation has completed, a Boxstarter Shell icon will appear on your desktop. Launch the Boxstarter Shell and enter the following command:

PS > Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/mostwantedduck/setup-machines/main/windows10.choco

On the Kali VM, open a terminal and run:

kali@kali:~$ curl -s https://raw.githubusercontent.com/mostwantedduck/setup-machines/main/kali.sh | bash 

About

Setup scripts for my Kali and Windows machines

Resources

Stars

Watchers

Forks

Languages