Skip to content

redteamsecurity/RTOVMSetup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTOVMSetup

Windows

1. Install Boxstarter

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

2. Install Boxstarter Package

$Cred = Get-Credential $env:USERNAME
Install-BoxstarterPackage -PackageName https://raw.githubusercontent.com/ZeroPointSecurity/RTOVMSetup/master/setup/win10.choco -Credential $Cred

Kali

kali@kali:~$ curl -sS https://raw.githubusercontent.com/ZeroPointSecurity/RTOVMSetup/master/kali.sh | sudo bash -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%