.. /dtutil.exe
Star

Copy

Microsoft command line utility used to manage SQL Server Integration Services packages.

Paths:

Resources:

Acknowledgements:

Copy

  1. Copy file from source to destination

    dtutil.exe /FILE {PATH_ABSOLUTE:.source.ext} /COPY FILE;{PATH_ABSOLUTE:.dest.ext}
    Use case
    Use to copies the source file to the destination file
    Privileges required
    Administrator
    Operating systems
    Windows
    ATT&CK® technique
    T1105