mandiant / commando-vm

Complete Mandiant Offensive VM (Commando VM), a fully customizable Windows-based pentesting virtual machine distribution. commandovm@mandiant.com
https://www.mandiant.com/resources/blog/commando-vm-windows-offensive-distribution
Apache License 2.0
6.87k stars 1.28k forks source link

Error First step installing #277

Closed Redcell202 closed 1 year ago

Redcell202 commented 2 years ago

Hello,

when I type intall.ps1 I get this message

ErrorInstallPS1

Hope Its a stupid thing but I don´t know how can I solve it

mjw10086 commented 2 years ago

That's because 'https://boxstarter.org/bootstrapper.ps1' the file is missing , response 404. You can replace the url to a avaliable one. Just modify the install script

day1player commented 2 years ago

@Redcell202 make sure in github you are downloading the source for the file, it looks like you downloaded the HTML along with the install script. There is a little button that says "Raw"

image

You should be using that button if you want to just download the script. Otherwise, you can download the full zip and unzip. the install script will be in there

day1player commented 2 years ago

Make sure you are following the install instructions carefully 😄 https://github.com/mandiant/commando-vm#instructions

mjw10086 commented 2 years ago

I just run successfully , replace the url by 'https://raw.githubusercontent.com/chocolatey/boxstarter/master/BuildScripts/bootstrapper.ps1' in line 196 , or just run iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/chocolatey/boxstarter/master/BuildScripts/bootstrapper.ps1')); get-boxstarter -Force and comment out the line 196 , then run.

Itach1i commented 2 years ago

确保您仔细遵循安装说明😄 https://github.com/mandiant/commando-vm#instructions

Hello, please pay attention https://github.com/mandiant/commando-vm/issues/276 , urgent solutions thank you

Menn1s commented 1 year ago

Feel free to open another issue if you're still running into problems. Closing because of age