Skip to content

Commit b6e9d5d

Browse files
author
netevert
committed
minor fixes
1 parent 8b9d7d6 commit b6e9d5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
=========
33

44
[![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)
56
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
67
[![](https://img.shields.io/badge/2019-DEF%20CON%2027-blueviolet?style=flat-square)](https://cloud-village.org/#talks?olafedoardo)
78

lab/files/install-utilities.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Downloading Sysmon.exe..."
3131

3232
# Download Sentinel ATT&CK Sysmon config
3333
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")
3535

3636
# Start Sysmon
3737
Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Starting Sysmon..."

0 commit comments

Comments
 (0)