LOLBAS/yml/LOLUtilz/OSBinaries/Robocopy.yml

20 lines
649 B
YAML
Raw Normal View History

2018-06-09 00:15:06 +02:00
---
Name: Robocopy.exe
Description: Copy
Author: ''
Created: '2018-05-25'
Categories: []
Commands:
- Command: Robocopy.exe C:\SourceFolder C:\DestFolder
Description: Copy the entire contents of the SourceFolder to the DestFolder.
- Command: Robocopy.exe \\SERVER\SourceFolder C:\DestFolder
Description: Copy the entire contents of the SourceFolder to the DestFolder.
Full_Path:
2018-06-09 00:15:06 +02:00
- c:\windows\system32\binary.exe
- c:\windows\sysWOW64\binary.exe
Code_Sample: []
2018-06-09 00:15:06 +02:00
Detection: []
Resources:
- https://social.technet.microsoft.com/wiki/contents/articles/1073.robocopy-and-a-few-examples.aspx
Notes: Thanks to Name of guy - @twitterhandle