install-atomicredteam Updates (#498)
* Updated URL location * fixed url again * Updated InstallPath Updated install path for issue #478
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user