File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ echo [+] Downloading Sysmon config...
20
20
@ powershell (new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/ion-storm/sysmon-config/develop/sysmonconfig-export.xml','C:\ProgramData\sysmon\sysmonconfig-export.xml')"
21
21
@ powershell (new-object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/ion-storm/sysmon-config/develop/Auto_Update.bat','C:\ProgramData\sysmon\Auto_Update.bat')"
22
22
sysmon64.exe -accepteula -i sysmonconfig-export.xml
23
- sc failure Sysmon actions= restart/10000/restart/10000// reset= 120
23
+ sc failure Sysmon64 actions= restart/10000/restart/10000// reset= 120
24
24
echo [+] Sysmon Successfully Installed!
25
25
echo [+] Creating Auto Update Task set to Hourly..
26
26
SchTasks /Create /RU SYSTEM /RL HIGHEST /SC HOURLY /TN Update_Sysmon_Rules /TR C:\ProgramData\sysmon\Auto_Update.bat /F /ST %tasktime%
You can’t perform that action at this time.
0 commit comments