install-atomicredteam Updates (#498)

* Updated URL location

* fixed url

again

* Updated InstallPath

Updated install path for issue #478
This commit is contained in:
Michael Haag
2019-05-10 13:38:02 -06:00
committed by GitHub
parent 988f97eb63
commit a29708a7a3
2 changed files with 4 additions and 4 deletions
@@ -8,11 +8,11 @@ Get started with our simple Install script:
`powershell.exe "IEX (New-Object Net.WebClient).DownloadString('http://psInstall.AtomicRedTeam.com')"`
[Source](https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/execution-frameworks/Invoke-AtomicRedTeam/Install-AtomicRedTeam.ps1)
[Source](install-atomicredteam.ps1)
By default, it will download and Install Atomic Red Team to `c:\AtomicRedTeam`
Running the [Install script](https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/execution-frameworks/Invoke-AtomicRedTeam/Install-AtomicRedTeam.ps1) locally provides three parameters:
Running the [Install script](install-atomicredteam.ps1) locally provides three parameters:
InstallPath
- Where ART is to be Installed
@@ -108,10 +108,10 @@ if(!(Test-Path -Path $InstallPath )){
Install-Module -Name powershell-yaml -Force
write-verbose "Importing invoke-atomicRedTeam module"
Import-Module "$InstallPath\atomic-red-team-master\execution-frameworks\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam.psm1"
Import-Module "$InstallPath\execution-frameworks\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam.psm1"
write-verbose "Changing current work directory Invoke-AtomicRedTeam"
cd "$InstallPath\atomic-red-team-master\execution-frameworks\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam\"
cd "$InstallPath\execution-frameworks\Invoke-AtomicRedTeam\Invoke-AtomicRedTeam\"
write-verbose "Clearing screen"
clear