Skip to content

Commit

Permalink
install-atomicredteam Updates (redcanaryco#498)
Browse files Browse the repository at this point in the history
* Updated URL location

* fixed url

again

* Updated InstallPath

Updated install path for issue redcanaryco#478
  • Loading branch information
Michael Haag authored May 10, 2019
1 parent 988f97e commit a29708a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions execution-frameworks/Invoke-AtomicRedTeam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a29708a

Please sign in to comment.