File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
=========
3
3
4
4
[ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2020.svg?style=flat-square )] ( )
5
+ [ ![ GitHub release] ( https://img.shields.io/github/release/netevert/sentinel-attack.svg?style=flat-square )] ( https://github.com/netevert/sentinel-attack/releases )
5
6
[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
6
7
[ ![ ] ( https://img.shields.io/badge/2019-DEF%20CON%2027-blueviolet?style=flat-square )] ( https://cloud-village.org/#talks?olafedoardo )
7
8
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Downloading Sysmon.exe..."
31
31
32
32
# Download Sentinel ATT&CK Sysmon config
33
33
Write-Host " $ ( ' [{0:HH:mm}]' -f (Get-Date )) Downloading sentinel-ATT&CK Sysmon config..."
34
- (New-Object System.Net.WebClient).DownloadFile(' https://raw.githubusercontent.com/BlueTeamToolkit/sentinel-attack/feat/config-update /sysmonconfig.xml' , " $sysmonConfigPath " )
34
+ (New-Object System.Net.WebClient).DownloadFile(' https://raw.githubusercontent.com/BlueTeamToolkit/sentinel-attack/master /sysmonconfig.xml' , " $sysmonConfigPath " )
35
35
36
36
# Start Sysmon
37
37
Write-Host " $ ( ' [{0:HH:mm}]' -f (Get-Date )) Starting Sysmon..."
You can’t perform that action at this time.
0 commit comments