.. /dtutil.exe
Microsoft command line utility used to manage SQL Server Integration Services packages.
Paths:
- C:\Program Files\Microsoft SQL Server\<version>\DTS\Binn\dtutil.exe
- C:\Program Files (x86)\Microsoft SQL Server\<version>\DTS\Binn\dtutil.exe
Copy
-
Copy file from source to destination
dtutil.exe /FILE C:\Windows\Temp\file.source.ext /COPY FILE;C:\Windows\Temp\file.dest.ext
- Use case
- Use to copies the source file to the destination file
- Privileges required
- Administrator
- Operating systems
- Windows
- ATT&CKĀ® technique
- T1105: Ingress Tool Transfer